diff src/video/wincommon/SDL_wingl_c.h @ 1315:e94b0d7c33bc

Merged useful fixes from 1.3 branch
author Sam Lantinga <slouken@libsdl.org>
date Wed, 01 Feb 2006 08:17:54 +0000
parents c9b51268668f
children 19418e4422cb
line wrap: on
line diff
--- a/src/video/wincommon/SDL_wingl_c.h	Wed Feb 01 08:03:04 2006 +0000
+++ b/src/video/wincommon/SDL_wingl_c.h	Wed Feb 01 08:17:54 2006 +0000
@@ -33,7 +33,7 @@
     HDC GL_hdc;
     HGLRC GL_hrc;
     int pixel_format;
-    int wgl_arb_pixel_format;
+    int WGL_ARB_pixel_format;
 
     void * (WINAPI *wglGetProcAddress)(const char *proc);