Shortened native extension boolean names.

This commit is contained in:
Camilla Berglund
2011-09-06 14:51:03 +02:00
parent f08397a108
commit 30e362d435
6 changed files with 75 additions and 75 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ void _glfwPlatformSwapInterval(int interval)
{
_GLFWwindow* window = _glfwLibrary.currentWindow;
if (window->WGL.has_WGL_EXT_swap_control)
if (window->WGL.EXT_swap_control)
window->WGL.SwapIntervalEXT(interval);
}