mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Formatting.
This commit is contained in:
parent
82c5dfc30a
commit
9f0e359d73
@ -194,8 +194,7 @@ static void sendEventToWM(_GLFWwindow* window, Atom type,
|
|||||||
event.xclient.data.l[3] = d;
|
event.xclient.data.l[3] = d;
|
||||||
event.xclient.data.l[4] = e;
|
event.xclient.data.l[4] = e;
|
||||||
|
|
||||||
XSendEvent(_glfw.x11.display,
|
XSendEvent(_glfw.x11.display, _glfw.x11.root,
|
||||||
_glfw.x11.root,
|
|
||||||
False,
|
False,
|
||||||
SubstructureNotifyMask | SubstructureRedirectMask,
|
SubstructureNotifyMask | SubstructureRedirectMask,
|
||||||
&event);
|
&event);
|
||||||
@ -1135,8 +1134,7 @@ static void processEvent(XEvent *event)
|
|||||||
XEvent reply = *event;
|
XEvent reply = *event;
|
||||||
reply.xclient.window = _glfw.x11.root;
|
reply.xclient.window = _glfw.x11.root;
|
||||||
|
|
||||||
XSendEvent(_glfw.x11.display,
|
XSendEvent(_glfw.x11.display, _glfw.x11.root,
|
||||||
_glfw.x11.root,
|
|
||||||
False,
|
False,
|
||||||
SubstructureNotifyMask | SubstructureRedirectMask,
|
SubstructureNotifyMask | SubstructureRedirectMask,
|
||||||
&reply);
|
&reply);
|
||||||
|
Loading…
Reference in New Issue
Block a user