Changed: #1145 Implement VSync under Linux

This commit is contained in:
kervala 2010-10-30 20:13:32 +02:00
parent 10900c93be
commit f0dc4b2bdf

View file

@ -365,7 +365,7 @@ bool CDriverGL::setupDisplay()
registerWGlExtensions(_Extensions, _hDC);
#elif defined(NL_OS_MAC)
#elif defined(NL_OS_UNIX)
registerGLXExtensions(_Extensions, _dpy, DefaultScreen(_dpy));
registerGlXExtensions(_Extensions, _dpy, DefaultScreen(_dpy));
#endif // NL_OS_WINDOWS
// Check required extensions!!