mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 17:38:19 +00:00
[client] wayland: fix typo in warp usage
The unwanted ! was introduced in 4b99bba200
.
This basically caused warp to never be used.
This commit is contained in:
parent
4d065d577b
commit
48ae5c69f4
@ -444,7 +444,7 @@ void waylandWarpPointer(int x, int y, bool exiting)
|
||||
|
||||
INTERLOCKED_SECTION(wlWm.confineLock,
|
||||
{
|
||||
if (!wlWm.lockedPointer)
|
||||
if (wlWm.lockedPointer)
|
||||
{
|
||||
LG_UNLOCK(wlWm.confineLock);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user