mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Formatting.
This commit is contained in:
+3
-3
@@ -324,9 +324,9 @@ GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found)
|
|||||||
mode.width = dm.dmPelsWidth;
|
mode.width = dm.dmPelsWidth;
|
||||||
mode.height = dm.dmPelsHeight;
|
mode.height = dm.dmPelsHeight;
|
||||||
_glfwSplitBPP(dm.dmBitsPerPel,
|
_glfwSplitBPP(dm.dmBitsPerPel,
|
||||||
&mode.redBits,
|
&mode.redBits,
|
||||||
&mode.greenBits,
|
&mode.greenBits,
|
||||||
&mode.blueBits);
|
&mode.blueBits);
|
||||||
|
|
||||||
for (i = 0; i < *found; i++)
|
for (i = 0; i < *found; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user