mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Version string fixes.
This commit is contained in:
@@ -300,8 +300,9 @@ const char* _glfwPlatformGetVersionString(void)
|
||||
#endif
|
||||
#if defined(_GLFW_HAS_XF86VIDMODE)
|
||||
" Xf86VidMode"
|
||||
#else
|
||||
" (no mode switching support)"
|
||||
#endif
|
||||
#if !defined(_GLFW_HAS_XRANDR) && !defined(_GLFW_HAS_XF86VIDMODE)
|
||||
" no-mode-switching-support"
|
||||
#endif
|
||||
#if defined(_GLFW_HAS_GLXGETPROCADDRESS)
|
||||
" glXGetProcAddress"
|
||||
@@ -312,7 +313,7 @@ const char* _glfwPlatformGetVersionString(void)
|
||||
#elif defined(_GLFW_DLOPEN_LIBGL)
|
||||
" dlsym(libGL)"
|
||||
#else
|
||||
" (no OpenGL extension support)"
|
||||
" no-extension-support"
|
||||
#endif
|
||||
#if defined(_GLFW_USE_LINUX_JOYSTICKS)
|
||||
" Linux-joystick-API"
|
||||
|
||||
Reference in New Issue
Block a user