mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Added saving of monitor mode count.
This commit is contained in:
@@ -241,6 +241,7 @@ struct _GLFWmonitor
|
||||
int positionY;
|
||||
|
||||
GLFWvidmode* modes;
|
||||
int modeCount;
|
||||
|
||||
// These are defined in the current port's platform.h
|
||||
_GLFW_PLATFORM_MONITOR_STATE;
|
||||
|
||||
Reference in New Issue
Block a user