mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user