Formatting.

This commit is contained in:
Camilla Berglund
2013-04-08 15:16:32 +02:00
parent 8e2e7b37a1
commit 49db3b2a9e
8 changed files with 59 additions and 38 deletions
+3 -3
View File
@@ -145,8 +145,8 @@ struct _GLFWhints
int auxBuffers;
GLboolean stereo;
GLboolean resizable;
GLboolean undecorated;
GLboolean visible;
GLboolean decorated;
int samples;
GLboolean sRGB;
int clientAPI;
@@ -171,8 +171,8 @@ struct _GLFWwndconfig
int height;
const char* title;
GLboolean resizable;
GLboolean undecorated;
GLboolean visible;
GLboolean decorated;
int clientAPI;
int glMajor;
int glMinor;
@@ -218,7 +218,7 @@ struct _GLFWwindow
// Window settings and state
GLboolean iconified;
GLboolean resizable;
GLboolean undecorated;
GLboolean decorated;
GLboolean visible;
GLboolean closed;
void* userPointer;