From cb20d1e9110eedadd74cee69fbe89d07e799cb9a Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 14 Oct 2010 15:51:11 +0200 Subject: [PATCH] Formatting. --- src/x11/x11_window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/x11/x11_window.c b/src/x11/x11_window.c index 6ef3b7c0..e83c8cbc 100644 --- a/src/x11/x11_window.c +++ b/src/x11/x11_window.c @@ -1252,7 +1252,7 @@ static void processSingleEvent(void) return; } - if ((Atom) event.xclient.data.l[ 0 ] == window->X11.wmDeleteWindow) + if ((Atom) event.xclient.data.l[0] == window->X11.wmDeleteWindow) { // The window manager was asked to close the window, for example by // the user pressing a 'close' window decoration button @@ -1260,7 +1260,7 @@ static void processSingleEvent(void) window->closeRequested = GL_TRUE; } else if (window->X11.wmPing != None && - (Atom) event.xclient.data.l[ 0 ] == window->X11.wmPing) + (Atom) event.xclient.data.l[0] == window->X11.wmPing) { // The window manager is pinging us to make sure we are still // responding to events