changeset 197 | ef78524e5f59 |
parent 172 | 37e3ca9254c7 |
child 252 | e8157fcb3114 |
--- 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; }