From 9f0e359d735189a3f75e98701c7f8e44bf224a19 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 2 Jun 2015 17:27:35 +0200 Subject: [PATCH] Formatting. --- src/x11_window.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/x11_window.c b/src/x11_window.c index becd6f09..d3dffa6c 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -194,8 +194,7 @@ static void sendEventToWM(_GLFWwindow* window, Atom type, event.xclient.data.l[3] = d; event.xclient.data.l[4] = e; - XSendEvent(_glfw.x11.display, - _glfw.x11.root, + XSendEvent(_glfw.x11.display, _glfw.x11.root, False, SubstructureNotifyMask | SubstructureRedirectMask, &event); @@ -1135,8 +1134,7 @@ static void processEvent(XEvent *event) XEvent reply = *event; reply.xclient.window = _glfw.x11.root; - XSendEvent(_glfw.x11.display, - _glfw.x11.root, + XSendEvent(_glfw.x11.display, _glfw.x11.root, False, SubstructureNotifyMask | SubstructureRedirectMask, &reply);