Made boolean values use GLboolean.

This commit is contained in:
Camilla Berglund
2010-10-25 12:36:14 +02:00
parent 7e2b014d81
commit 70b9a1f4f3
3 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ typedef struct _GLFWlibraryNS
// dlopen handle for dynamically loading OpenGL extension entry points
void* OpenGLFramework;
int unbundled;
GLboolean unbundled;
id desktopMode;
id delegate;
id autoreleasePool;