mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 16:51:31 +00:00
[client] wayland: log pointer warp mechanism
This commit is contained in:
@@ -137,6 +137,8 @@ static bool waylandInit(const LG_DSInitParams params)
|
|||||||
else
|
else
|
||||||
DEBUG_WARN("Compositor: UNKNOWN");
|
DEBUG_WARN("Compositor: UNKNOWN");
|
||||||
DEBUG_INFO("Selected : %s", wlWm.desktop->name);
|
DEBUG_INFO("Selected : %s", wlWm.desktop->name);
|
||||||
|
DEBUG_INFO("Warp support: %s", wlWm.pointerWarpper ?
|
||||||
|
"pointer-warp-v1" : "pointer-constraints-v1");
|
||||||
|
|
||||||
wl_list_init(&wlWm.surfaceOutputs);
|
wl_list_init(&wlWm.surfaceOutputs);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user