mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 04:53:50 +00:00
Formatting.
This commit is contained in:
parent
41af5aaae2
commit
cf363103d2
@ -1134,10 +1134,10 @@ static void processEvent(XEvent *event)
|
||||
|
||||
event->xclient.window = _glfw.x11.root;
|
||||
XSendEvent(_glfw.x11.display,
|
||||
event->xclient.window,
|
||||
False,
|
||||
SubstructureNotifyMask | SubstructureRedirectMask,
|
||||
event);
|
||||
event->xclient.window,
|
||||
False,
|
||||
SubstructureNotifyMask | SubstructureRedirectMask,
|
||||
event);
|
||||
}
|
||||
}
|
||||
else if (event->xclient.message_type == _glfw.x11.XdndEnter)
|
||||
|
Loading…
Reference in New Issue
Block a user