Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
196:c4c4b221a5e5 | 197:ef78524e5f59 |
---|---|
762 } | 762 } |
763 | 763 |
764 /* SDL OpenGL functions */ | 764 /* SDL OpenGL functions */ |
765 | 765 |
766 static int QZ_GL_LoadLibrary (_THIS, const char *location) { | 766 static int QZ_GL_LoadLibrary (_THIS, const char *location) { |
767 this->gl_config.driver_loaded = 1; | |
767 return 1; | 768 return 1; |
768 } | 769 } |
769 | 770 |
770 static void* QZ_GL_GetProcAddress (_THIS, const char *proc) { | 771 static void* QZ_GL_GetProcAddress (_THIS, const char *proc) { |
771 | 772 |