From cf363103d2c7e5805bb8d3e9eb1d5aa6d46a3bed Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 2 Jun 2015 17:05:21 +0200 Subject: [PATCH] Formatting. --- src/x11_window.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/x11_window.c b/src/x11_window.c index 9d62d929..04383750 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -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)