diff --git a/src/x11_window.c b/src/x11_window.c index 327bd750..907fa794 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -1400,8 +1400,8 @@ static void processEvent(XEvent *event) return; XTranslateCoordinates(_glfw.x11.display, - window->x11.handle, _glfw.x11.root, + window->x11.handle, xabs, yabs, &xpos, &ypos, &dummy);