diff options
author | marha <marha@users.sourceforge.net> | 2013-09-05 07:56:59 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-09-05 07:56:59 +0200 |
commit | c70788421a8aae8fd8883aaa36c1ac9e2b1ee02d (patch) | |
tree | 3f4d778e34b83223e027999677e90eaae50e998f /xorg-server/hw/xwin/glx/wglext.h | |
parent | b602729f06a62d29e136cf2aeca9544471371e0d (diff) | |
download | vcxsrv-c70788421a8aae8fd8883aaa36c1ac9e2b1ee02d.tar.gz vcxsrv-c70788421a8aae8fd8883aaa36c1ac9e2b1ee02d.tar.bz2 vcxsrv-c70788421a8aae8fd8883aaa36c1ac9e2b1ee02d.zip |
Updated to latest opengl specs
Diffstat (limited to 'xorg-server/hw/xwin/glx/wglext.h')
-rw-r--r-- | xorg-server/hw/xwin/glx/wglext.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/glx/wglext.h b/xorg-server/hw/xwin/glx/wglext.h index c23568570..0bb4b0819 100644 --- a/xorg-server/hw/xwin/glx/wglext.h +++ b/xorg-server/hw/xwin/glx/wglext.h @@ -41,7 +41,7 @@ extern "C" { #include <windows.h> #endif -#define WGL_WGLEXT_VERSION 20130710 +#define WGL_WGLEXT_VERSION 20130819 /* Generated C header for: * API: wgl @@ -645,6 +645,14 @@ BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarge #endif #endif /* WGL_NV_copy_image */ +#ifndef WGL_NV_delay_before_swap +#define WGL_NV_delay_before_swap 1 +typedef BOOL (WINAPI * PFNWGLDELAYBEFORESWAPNVPROC) (HDC hDC, GLfloat seconds); +#ifdef WGL_WGLEXT_PROTOTYPES +BOOL WINAPI wglDelayBeforeSwapNV (HDC hDC, GLfloat seconds); +#endif +#endif /* WGL_NV_delay_before_swap */ + #ifndef WGL_NV_float_buffer #define WGL_NV_float_buffer 1 #define WGL_FLOAT_COMPONENTS_NV 0x20B0 |