mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Began implementing multi-monitor on Cocoa.
This commit is contained in:
@@ -105,7 +105,7 @@ typedef struct _GLFWlibraryNS
|
||||
//------------------------------------------------------------------------
|
||||
typedef struct _GLFWmonitorNS
|
||||
{
|
||||
int dummy;
|
||||
CGDirectDisplayID displayID;
|
||||
|
||||
} _GLFWmonitorNS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user