st/wgl: sort strings in stw_extension_string[] array
Trivial.
This commit is contained in:
@@ -38,15 +38,15 @@ static const char *stw_extension_string =
|
||||
"WGL_ARB_create_context "
|
||||
"WGL_ARB_create_context_profile "
|
||||
"WGL_ARB_extensions_string "
|
||||
"WGL_ARB_make_current_read "
|
||||
"WGL_ARB_multisample "
|
||||
"WGL_ARB_pbuffer "
|
||||
"WGL_ARB_pixel_format "
|
||||
"WGL_ARB_render_texture "
|
||||
"WGL_EXT_create_context_es_profile "
|
||||
"WGL_EXT_create_context_es2_profile "
|
||||
"WGL_ARB_make_current_read "
|
||||
"WGL_EXT_swap_control "
|
||||
"WGL_EXT_extensions_string";
|
||||
"WGL_EXT_extensions_string "
|
||||
"WGL_EXT_swap_control";
|
||||
|
||||
|
||||
WINGDIAPI const char * APIENTRY
|
||||
|
||||
Reference in New Issue
Block a user