diff --git a/src/wgl_context.c b/src/wgl_context.c index 85ea91053..371afb243 100644 --- a/src/wgl_context.c +++ b/src/wgl_context.c @@ -322,7 +322,7 @@ static void swapBuffersWGL(_GLFWwindow* window) if (IsWindowsVistaOrGreater()) { BOOL enabled = FALSE; - + // DWM Composition is always enabled on Win8+ if (IsWindows8OrGreater()) enabled = TRUE; @@ -352,7 +352,7 @@ static void swapIntervalWGL(int interval) if (IsWindowsVistaOrGreater()) { BOOL enabled = FALSE; - + // DWM Composition is always enabled on Win8+ if (IsWindows8OrGreater()) enabled = TRUE;