Fixed misspelled typedef.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent e54c884fbc
commit b9597aeee9
  1. 2
      src/win32/win32_window.c

@ -1018,7 +1018,7 @@ static void initWGLExtensions(_GLFWwindow* window)
if (_glfwPlatformExtensionSupported("WGL_EXT_swap_control")) if (_glfwPlatformExtensionSupported("WGL_EXT_swap_control"))
{ {
window->WGL.SwapIntervalEXT = (PFNWGLSWAPINTERVALEXT) window->WGL.SwapIntervalEXT = (PFNWGLSWAPINTERVALEXTPROC)
wglGetProcAddress("wglSwapIntervalEXT"); wglGetProcAddress("wglSwapIntervalEXT");
if (window->WGL.SwapIntervalEXT) if (window->WGL.SwapIntervalEXT)

Loading…
Cancel
Save