Merge branch 'master' of github.com:elmindreda/glfw

This commit is contained in:
Camilla Berglund
2012-03-28 21:58:13 +02:00
4 changed files with 59 additions and 37 deletions
+2 -1
View File
@@ -72,8 +72,9 @@ typedef struct _GLFWcontextNSGL
//------------------------------------------------------------------------
typedef struct _GLFWwindowNS
{
id window;
id object;
id delegate;
id view;
unsigned int modifierFlags;
} _GLFWwindowNS;