mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Start work on wayland layer shell support
This commit is contained in:
6
glfw/wl_init.c
vendored
6
glfw/wl_init.c
vendored
@@ -738,6 +738,12 @@ static void registryHandleGlobal(void* data UNUSED,
|
||||
else if (is(org_kde_kwin_blur_manager)) {
|
||||
_glfw.wl.org_kde_kwin_blur_manager = wl_registry_bind(registry, name, &org_kde_kwin_blur_manager_interface, 1);
|
||||
}
|
||||
else if (is(zwlr_layer_shell_v1)) {
|
||||
if (version > 3) {
|
||||
_glfw.wl.zwlr_layer_shell_v1_version = version;
|
||||
_glfw.wl.zwlr_layer_shell_v1 = wl_registry_bind(registry, name, &zwlr_layer_shell_v1_interface, version);
|
||||
}
|
||||
}
|
||||
#undef is
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user