mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] x11: remove print from debugging
This commit is contained in:
parent
3c3c0f70be
commit
4b3a79c110
@ -979,9 +979,6 @@ static void x11XInputEvent(XGenericEventCookie *cookie)
|
||||
xie->mode != XINotifyNormal)
|
||||
return;
|
||||
|
||||
if (xie->event_x < 0 || xie->event_y < 0)
|
||||
DEBUG_INFO("enter %f %f", xie->event_x, xie->event_y);
|
||||
|
||||
app_updateCursorPos(xie->event_x, xie->event_y);
|
||||
app_handleEnterEvent(true);
|
||||
x11.entered = true;
|
||||
|
Loading…
Reference in New Issue
Block a user