mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Remove unnecessary whitespace
This commit is contained in:
parent
1d8424e207
commit
7eeca12a11
@ -322,7 +322,7 @@ static void swapBuffersWGL(_GLFWwindow* window)
|
|||||||
if (IsWindowsVistaOrGreater())
|
if (IsWindowsVistaOrGreater())
|
||||||
{
|
{
|
||||||
BOOL enabled = FALSE;
|
BOOL enabled = FALSE;
|
||||||
|
|
||||||
// DWM Composition is always enabled on Win8+
|
// DWM Composition is always enabled on Win8+
|
||||||
if (IsWindows8OrGreater())
|
if (IsWindows8OrGreater())
|
||||||
enabled = TRUE;
|
enabled = TRUE;
|
||||||
@ -352,7 +352,7 @@ static void swapIntervalWGL(int interval)
|
|||||||
if (IsWindowsVistaOrGreater())
|
if (IsWindowsVistaOrGreater())
|
||||||
{
|
{
|
||||||
BOOL enabled = FALSE;
|
BOOL enabled = FALSE;
|
||||||
|
|
||||||
// DWM Composition is always enabled on Win8+
|
// DWM Composition is always enabled on Win8+
|
||||||
if (IsWindows8OrGreater())
|
if (IsWindows8OrGreater())
|
||||||
enabled = TRUE;
|
enabled = TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user