mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 22:01:46 +00:00
[client] x11: remove print from debugging
This commit is contained in:
parent
3c3c0f70be
commit
4b3a79c110
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue