Camilla Berglund hace 13 años
padre
commit
5bbbf8640e
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/win32_monitor.c

+ 3 - 3
src/win32_monitor.c

@@ -324,9 +324,9 @@ GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found)
         mode.width = dm.dmPelsWidth;
         mode.height = dm.dmPelsHeight;
         _glfwSplitBPP(dm.dmBitsPerPel,
-                        &mode.redBits,
-                        &mode.greenBits,
-                        &mode.blueBits);
+                      &mode.redBits,
+                      &mode.greenBits,
+                      &mode.blueBits);
 
         for (i = 0;  i < *found;  i++)
         {