[client] wayland: log pointer warp mechanism

This commit is contained in:
Quantum
2026-08-08 15:05:06 -04:00
committed by Geoffrey McRae
parent 25328ec5ba
commit 62d2b37b30

View File

@@ -137,6 +137,8 @@ static bool waylandInit(const LG_DSInitParams params)
else
DEBUG_WARN("Compositor: UNKNOWN");
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);