mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 01:58:25 +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)
|
void waylandWarpPointer(int x, int y, bool exiting)
|
||||||
{
|
{
|
||||||
if (!wlWm.pointerInSurface)
|
if (!wlWm.pointerInSurface || wlWm.lockedPointer)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
INTERLOCKED_SECTION(wlWm.confineLock,
|
INTERLOCKED_SECTION(wlWm.confineLock,
|
||||||
|
Loading…
Reference in New Issue
Block a user