1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

Formatting.

This commit is contained in:
Camilla Berglund 2011-03-04 15:47:57 +01:00
parent 2f2ce22e35
commit a5facec0c3

View File

@ -938,6 +938,7 @@ static void leaveFullscreenMode(_GLFWwindow* window)
//======================================================================== //========================================================================
// Return the GLFW window corresponding to the specified X11 window // Return the GLFW window corresponding to the specified X11 window
//======================================================================== //========================================================================
static _GLFWwindow* findWindow(Window handle) static _GLFWwindow* findWindow(Window handle)
{ {
_GLFWwindow* window; _GLFWwindow* window;