From a5facec0c3175f6c8a5825734ac8052f7e8bbde9 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 4 Mar 2011 15:47:57 +0100 Subject: [PATCH] Formatting. --- src/x11/x11_window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/x11/x11_window.c b/src/x11/x11_window.c index d2b629c8..de086951 100644 --- a/src/x11/x11_window.c +++ b/src/x11/x11_window.c @@ -938,6 +938,7 @@ static void leaveFullscreenMode(_GLFWwindow* window) //======================================================================== // Return the GLFW window corresponding to the specified X11 window //======================================================================== + static _GLFWwindow* findWindow(Window handle) { _GLFWwindow* window;