1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 02:38:52 -05:00

Merge pull request #306 from SephiRok/patch-1

Start reopen test in fullscreen.
This commit is contained in:
Camilla Berglund 2014-06-10 14:56:59 +02:00
commit 0493d717a4

View File

@ -124,7 +124,7 @@ int main(int argc, char** argv)
{
GLFWmonitor* monitor = NULL;
if (count & 1)
if (count % 2 == 0)
{
int monitorCount;
GLFWmonitor** monitors = glfwGetMonitors(&monitorCount);