[client] x11: register for absolute motion events while grabbed

This commit is contained in:
Geoffrey McRae
2021-01-20 05:51:18 +11:00
parent 5789a7efc0
commit d1043e590a
2 changed files with 2 additions and 4 deletions

View File

@@ -1356,7 +1356,6 @@ void app_handleMouseNormal(double ex, double ey)
/* ungrab the pointer and move the local cursor to the exit point */
g_state.ds->ungrabPointer();
warpPointer(tx, ty, true);
return;
}