Began implementing multi-monitor on Cocoa.

This commit is contained in:
Camilla Berglund
2012-09-13 16:30:01 +02:00
parent 633839502c
commit a0305affeb
2 changed files with 78 additions and 5 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ typedef struct _GLFWlibraryNS
//------------------------------------------------------------------------
typedef struct _GLFWmonitorNS
{
int dummy;
CGDirectDisplayID displayID;
} _GLFWmonitorNS;