comparison src/video/wincommon/SDL_wingl_c.h @ 1656:96c2f89cc7e1 SDL-1.3

SDL-trunk-1.3-merge-1
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Apr 2006 09:09:48 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb f9d0b64cc7b9
comparison
equal deleted inserted replaced
1655:59227394023d 1656:96c2f89cc7e1
51 BOOL (WINAPI *wglGetPixelFormatAttribivARB)(HDC hdc, int iPixelFormat, 51 BOOL (WINAPI *wglGetPixelFormatAttribivARB)(HDC hdc, int iPixelFormat,
52 int iLayerPlane, 52 int iLayerPlane,
53 UINT nAttributes, 53 UINT nAttributes,
54 const int *piAttributes, 54 const int *piAttributes,
55 int *piValues); 55 int *piValues);
56 void (WINAPI *wglSwapIntervalEXT)(int interval);
57 int (WINAPI *wglGetSwapIntervalEXT)(void);
56 #endif /* SDL_VIDEO_OPENGL */ 58 #endif /* SDL_VIDEO_OPENGL */
57 }; 59 };
58 60
59 /* Old variable names */ 61 /* Old variable names */
60 #define gl_active (this->gl_data->gl_active) 62 #define gl_active (this->gl_data->gl_active)