aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/glx/wgl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xwin/glx/wgl.xml')
-rw-r--r--xorg-server/hw/xwin/glx/wgl.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/glx/wgl.xml b/xorg-server/hw/xwin/glx/wgl.xml
index 1758dcb71..8e0315308 100644
--- a/xorg-server/hw/xwin/glx/wgl.xml
+++ b/xorg-server/hw/xwin/glx/wgl.xml
@@ -661,6 +661,11 @@
<param>const int *<name>piAttribList</name></param>
</command>
<command>
+ <proto><ptype>BOOL</ptype> <name>wglDelayBeforeSwapNV</name></proto>
+ <param><ptype>HDC</ptype> <name>hDC</name></param>
+ <param><ptype>GLfloat</ptype> <name>seconds</name></param>
+ </command>
+ <command>
<proto><ptype>BOOL</ptype> <name>wglDeleteAssociatedContextAMD</name></proto>
<param><ptype>HGLRC</ptype> <name>hglrc</name></param>
</command>
@@ -1943,5 +1948,10 @@
<require>
</require>
</extension>
+ <extension name="WGL_NV_delay_before_swap" supported="wgl">
+ <require>
+ <command name="wglDelayBeforeSwapNV"/>
+ </require>
+ </extension>
</extensions>
</registry>