mirror of
https://github.com/glfw/glfw.git
synced 2024-11-12 17:51:48 +00:00
Formatting.
This commit is contained in:
parent
b4493dd3bc
commit
5bbbf8640e
@ -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++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user