mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 05:50:14 +01:00
st/wgl: don't advertise WGL_EXT_swap_interval string
This is a tweak to a previous fix -- it's not necessary to actually advertise this extension to prevent these games from crashing -- they ignore the extension string anyway. It's sufficient to just have GetProcAddress return some dummy function addresses for SwapInterval. Given we don't really implement this funcitonality, this is a better fix.
This commit is contained in:
parent
cffe7c8bd0
commit
aa98575ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ static const char *stw_extension_string =
|
|||
"WGL_ARB_extensions_string "
|
||||
"WGL_ARB_multisample "
|
||||
"WGL_ARB_pixel_format "
|
||||
"WGL_EXT_swap_interval "
|
||||
/* "WGL_EXT_swap_interval " */
|
||||
"WGL_EXT_extensions_string";
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue