[client] wayland: restore cursor warp support via pointer confining

This notably does not restore any of the cursed pointer confining logic.
This commit is contained in:
Quantum
2026-08-08 14:49:45 -04:00
committed by Geoffrey McRae
parent 70ae98491d
commit e2be90e264
3 changed files with 58 additions and 4 deletions

View File

@@ -142,6 +142,7 @@ struct WaylandDSState
bool fractionalScale;
bool needsResize;
bool configured;
bool warpSupport;
struct WlMotion motion;
double scrollState;