mirror of
https://github.com/glfw/glfw.git
synced 2024-11-23 02:25:10 +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;
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user