mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-10 01:01:30 +00:00
[client] wayland: implement warping through pointer-warp-v1 protocol
This commit is contained in:
@@ -80,6 +80,9 @@ static void registryGlobalHandler(void * data, struct wl_registry * registry,
|
||||
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 (!strcmp(interface, wp_pointer_warp_v1_interface.name))
|
||||
wlWm.pointerWarpper = wl_registry_bind(wlWm.registry, name,
|
||||
&wp_pointer_warp_v1_interface, 1);
|
||||
else if (wlWm.desktop->registryGlobalHandler(
|
||||
data, registry, name, interface, version))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user