|
|
@ -1134,10 +1134,10 @@ static void processEvent(XEvent *event) |
|
|
|
|
|
|
|
|
|
|
|
event->xclient.window = _glfw.x11.root; |
|
|
|
event->xclient.window = _glfw.x11.root; |
|
|
|
XSendEvent(_glfw.x11.display, |
|
|
|
XSendEvent(_glfw.x11.display, |
|
|
|
event->xclient.window, |
|
|
|
event->xclient.window, |
|
|
|
False, |
|
|
|
False, |
|
|
|
SubstructureNotifyMask | SubstructureRedirectMask, |
|
|
|
SubstructureNotifyMask | SubstructureRedirectMask, |
|
|
|
event); |
|
|
|
event); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
else if (event->xclient.message_type == _glfw.x11.XdndEnter) |
|
|
|
else if (event->xclient.message_type == _glfw.x11.XdndEnter) |
|
|
|