Formatting

This commit is contained in:
Camilla Berglund
2015-08-25 02:26:10 +02:00
parent 7e13a4909e
commit ba4504a9c7
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -89,12 +89,12 @@ typedef GLFWglproc (EGLAPIENTRY * PFNEGLGETPROCADDRESSPROC)(const char*);
//
typedef struct _GLFWcontextEGL
{
EGLConfig config;
EGLContext context;
EGLSurface surface;
EGLConfig config;
EGLContext context;
EGLSurface surface;
#if defined(_GLFW_X11)
XVisualInfo* visual;
XVisualInfo* visual;
#endif
} _GLFWcontextEGL;