# HG changeset patch # User Sam Lantinga # Date 1001283003 0 # Node ID ef78524e5f59edf0d4181c1c17b9f1bed643742b # Parent c4c4b221a5e5a07e4ec00efd10be24a36390a1fc *** empty log message *** diff -r c4c4b221a5e5 -r ef78524e5f59 src/video/quartz/SDL_QuartzVideo.m --- 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; }