Added Xkb presence to version string.

This commit is contained in:
Camilla Berglund 2012-01-18 17:51:46 +01:00
parent d0ae6cbe8a
commit 129ef3f72a
1 changed files with 3 additions and 0 deletions

View File

@ -641,6 +641,9 @@ const char* _glfwPlatformGetVersionString(void)
#else #else
" no-extension-support" " no-extension-support"
#endif #endif
#if defined(_GLFW_HAS_XKB)
" Xkb"
#endif
#if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK) #if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK)
" clock_gettime" " clock_gettime"
#endif #endif