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