Added saving of monitor mode count.

This commit is contained in:
Camilla Berglund
2012-12-27 18:37:55 +01:00
parent f558563621
commit b66e1de97c
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -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;