Updated Cocoa port to new internal API.

This commit is contained in:
Camilla Berglund
2010-09-28 02:30:05 +02:00
parent c4bd93ecdf
commit 35b8ee6a71
2 changed files with 11 additions and 10 deletions
+2 -1
View File
@@ -85,7 +85,8 @@ typedef struct _GLFWwindowNS
id window;
id delegate;
unsigned int modifierFlags;
double wheelPosFloating;
double fracScrollX;
double fracScrollY;
} _GLFWwindowNS;