Finished initial window/context backend split.

This commit is contained in:
Camilla Berglund
2012-11-27 15:02:26 +01:00
parent 4ce92262f7
commit 34d383399c
14 changed files with 191 additions and 113 deletions
+2 -2
View File
@@ -693,9 +693,9 @@ int _glfwPlatformTerminate(void)
const char* _glfwPlatformGetVersionString(void)
{
const char* version = _GLFW_VERSION_FULL
#if defined(_GLFW_X11_GLX)
#if defined(_GLFW_GLX)
" GLX"
#elif defined(_GLFW_X11_EGL)
#elif defined(_GLFW_EGL)
" EGL"
#endif
#if defined(_GLFW_HAS_XRANDR)