commit | b66e1de97ca4afef18ac107079ad272b9f0d0ada | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Thu Dec 27 18:37:55 2012 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Thu Dec 27 18:37:55 2012 +0100 |
tree | 81908dfe44526f0728d92a733722686c6573899c | |
parent | f5585636212867b6f48c114172d51a4a2ecf2fea [diff] [blame] |
Added saving of monitor mode count.
diff --git a/src/internal.h b/src/internal.h index 1ca3b11..fa27252 100644 --- a/src/internal.h +++ b/src/internal.h
@@ -241,6 +241,7 @@ int positionY; GLFWvidmode* modes; + int modeCount; // These are defined in the current port's platform.h _GLFW_PLATFORM_MONITOR_STATE;