Made X extensions be adjacent in version string.

This commit is contained in:
Camilla Berglund 2012-01-18 18:13:31 +01:00
parent 129ef3f72a
commit cde95f72c0
1 changed files with 3 additions and 3 deletions

View File

@ -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