diff 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
line wrap: on
line diff
--- a/src/video/wincommon/SDL_wingl_c.h	Thu Apr 27 05:49:51 2006 +0000
+++ b/src/video/wincommon/SDL_wingl_c.h	Thu Apr 27 09:09:48 2006 +0000
@@ -53,6 +53,8 @@
                                                 UINT nAttributes, 
                                                 const int *piAttributes,
                                                 int *piValues);
+    void (WINAPI *wglSwapIntervalEXT)(int interval);
+    int (WINAPI *wglGetSwapIntervalEXT)(void);
 #endif /* SDL_VIDEO_OPENGL */
 };