mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +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)
|
xie->mode != XINotifyNormal)
|
||||||
return;
|
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_updateCursorPos(xie->event_x, xie->event_y);
|
||||||
app_handleEnterEvent(true);
|
app_handleEnterEvent(true);
|
||||||
x11.entered = true;
|
x11.entered = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user