mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] wayland: fix full screen toggle in capture mode regression
This was fixed in9db3cd7b
and accidentally broke again in4b99bba2
.
This commit is contained in:
parent
facbb54776
commit
f3a1eaf557
@ -439,7 +439,7 @@ void waylandUngrabKeyboard(void)
|
||||
|
||||
void waylandWarpPointer(int x, int y, bool exiting)
|
||||
{
|
||||
if (!wlWm.pointerInSurface)
|
||||
if (!wlWm.pointerInSurface || wlWm.lockedPointer)
|
||||
return;
|
||||
|
||||
INTERLOCKED_SECTION(wlWm.confineLock,
|
||||
|
Loading…
Reference in New Issue
Block a user