diff src/video/cybergfx/SDL_cgxvideo.c @ 1654:0a53c90a37f9 SDL-1.3

Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Apr 2006 05:30:05 +0000
parents 8d9bb0cf2c2a
children e49147870aac
line wrap: on
line diff
--- a/src/video/cybergfx/SDL_cgxvideo.c	Thu Apr 27 05:19:10 2006 +0000
+++ b/src/video/cybergfx/SDL_cgxvideo.c	Thu Apr 27 05:30:05 2006 +0000
@@ -598,7 +598,7 @@
 
 		/* Clean up OpenGL */
 		if ( screen ) {
-		screen->flags &= ~(SDL_OPENGL|SDL_OPENGLBLIT);
+		screen->flags &= ~SDL_OPENGL;
 		}
 
 		if ( screen && (screen->flags & SDL_FULLSCREEN) ) {