Formatting.

This commit is contained in:
Camilla Berglund 2015-06-02 17:27:35 +02:00
parent 82c5dfc30a
commit 9f0e359d73

View File

@ -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);