Mercurial > sdl-ios-xcode
diff src/video/qtopia/SDL_sysvideo.cc @ 1658:e49147870aac SDL-1.3
glSDL support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 01 May 2006 06:58:33 +0000 |
parents | 8d9bb0cf2c2a |
children | 782fd950bd46 |
line wrap: on
line diff
--- a/src/video/qtopia/SDL_sysvideo.cc Fri Apr 28 16:55:41 2006 +0000 +++ b/src/video/qtopia/SDL_sysvideo.cc Mon May 01 06:58:33 2006 +0000 @@ -296,7 +296,7 @@ } else { SDL_SetError("Unsupported resolution, %dx%d\n", width, height); } - if ( flags & SDL_OPENGL ) { + if ( flags & SDL_INTERNALOPENGL ) { SDL_SetError("OpenGL not supported"); return(NULL); }