mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Made X extensions be adjacent in version string.
This commit is contained in:
parent
129ef3f72a
commit
cde95f72c0
@ -630,6 +630,9 @@ const char* _glfwPlatformGetVersionString(void)
|
||||
#if !defined(_GLFW_HAS_XRANDR) && !defined(_GLFW_HAS_XF86VIDMODE)
|
||||
" no-mode-switching-support"
|
||||
#endif
|
||||
#if defined(_GLFW_HAS_XKB)
|
||||
" Xkb"
|
||||
#endif
|
||||
#if defined(_GLFW_HAS_GLXGETPROCADDRESS)
|
||||
" glXGetProcAddress"
|
||||
#elif defined(_GLFW_HAS_GLXGETPROCADDRESSARB)
|
||||
@ -641,9 +644,6 @@ const char* _glfwPlatformGetVersionString(void)
|
||||
#else
|
||||
" no-extension-support"
|
||||
#endif
|
||||
#if defined(_GLFW_HAS_XKB)
|
||||
" Xkb"
|
||||
#endif
|
||||
#if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK)
|
||||
" clock_gettime"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user