diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-07-01 17:34:38 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-07-01 17:37:15 +0100 |
commit | 6c913411d39fd68eee1c1eeee7b6e81db9785fd1 (patch) | |
tree | 7822fce0fe247ecf5d1460a29e44575008b97b0b /src/gallium/state_trackers/wgl/SConscript | |
parent | 1c04731b8721850b6abb12a43a3eec616b850e86 (diff) |
st/wgl: dummy implementation of wgl swapinterval extension
Required as some applications
retrieve and call these functions regardless of the fact that we
don't advertise the extension and further more the results of
wglGetProcAddress are NULL.
Diffstat (limited to 'src/gallium/state_trackers/wgl/SConscript')
-rw-r--r-- | src/gallium/state_trackers/wgl/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/wgl/SConscript b/src/gallium/state_trackers/wgl/SConscript index 5bbcc7175f..a086657487 100644 --- a/src/gallium/state_trackers/wgl/SConscript +++ b/src/gallium/state_trackers/wgl/SConscript @@ -27,6 +27,7 @@ if env['platform'] in ['windows']: 'shared/stw_framebuffer.c', 'shared/stw_pixelformat.c', 'shared/stw_extensionsstring.c', + 'shared/stw_extswapinterval.c', 'shared/stw_getprocaddress.c', 'shared/stw_arbpixelformat.c', 'shared/stw_tls.c', |