WiP
This commit is contained in:
parent
0cd3c99119
commit
bf41ce9544
3 changed files with 10 additions and 3 deletions
|
@ -1557,7 +1557,7 @@ static void processEvent(XEvent *event)
|
|||
// the position into root (screen) coordinates
|
||||
if (!event->xany.send_event && window->x11.parent != _glfw.x11.root)
|
||||
{
|
||||
Window dummy;
|
||||
Window dummy = 0;
|
||||
XTranslateCoordinates(_glfw.x11.display,
|
||||
window->x11.parent,
|
||||
_glfw.x11.root,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue