Mercurial > sdl-ios-xcode
diff src/video/quartz/SDL_QuartzVideo.m @ 197:ef78524e5f59
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Sep 2001 22:10:03 +0000 |
parents | 37e3ca9254c7 |
children | e8157fcb3114 |
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.m Sun Sep 23 21:58:52 2001 +0000 +++ b/src/video/quartz/SDL_QuartzVideo.m Sun Sep 23 22:10:03 2001 +0000 @@ -764,6 +764,7 @@ /* SDL OpenGL functions */ static int QZ_GL_LoadLibrary (_THIS, const char *location) { + this->gl_config.driver_loaded = 1; return 1; }