From ddbd3a78950c1803c1b1110e1cfb129c161813e6 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 9 Sep 2010 20:21:15 +0200 Subject: [PATCH] Formatting of internal structs. --- src/x11/platform.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/x11/platform.h b/src/x11/platform.h index 718be78c..2741c4f4 100644 --- a/src/x11/platform.h +++ b/src/x11/platform.h @@ -173,8 +173,8 @@ typedef const GLubyte* (APIENTRY *PFNGLGETSTRINGIPROC)(GLenum, GLuint); //------------------------------------------------------------------------ // Window structure //------------------------------------------------------------------------ -typedef struct _GLFWwindowX11 { - +typedef struct _GLFWwindowX11 +{ // Platform specific window resources Colormap colormap; // Window colormap Window window; // Window @@ -218,7 +218,8 @@ typedef struct _GLFWwindowX11 { //------------------------------------------------------------------------ // Platform-specific ibrary global data //------------------------------------------------------------------------ -typedef struct { +typedef struct _GLFWlibraryX11 +{ Display* display; // Server-side GLX version