mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-24 08:12:03 +00:00
[client] wayland: set the application icon
This commit is contained in:
@@ -77,6 +77,9 @@ static void registryGlobalHandler(void * data, struct wl_registry * registry,
|
||||
else if (!strcmp(interface, wp_color_manager_v1_interface.name))
|
||||
wlWm.colorManager = wl_registry_bind(wlWm.registry, name,
|
||||
&wp_color_manager_v1_interface, 1);
|
||||
else if (!strcmp(interface, xdg_toplevel_icon_manager_v1_interface.name))
|
||||
wlWm.iconManager = wl_registry_bind(wlWm.registry, name,
|
||||
&xdg_toplevel_icon_manager_v1_interface, 1);
|
||||
else if (wlWm.desktop->registryGlobalHandler(
|
||||
data, registry, name, interface, version))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user