diff src/video/x11/SDL_x11video.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 5cf11b00b900
children e49147870aac
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c	Thu Apr 27 05:19:10 2006 +0000
+++ b/src/video/x11/SDL_x11video.c	Thu Apr 27 05:30:05 2006 +0000
@@ -585,7 +585,7 @@
 {
 	/* Clean up OpenGL */
 	if ( screen ) {
-		screen->flags &= ~(SDL_OPENGL|SDL_OPENGLBLIT);
+		screen->flags &= ~SDL_OPENGL;
 	}
 	X11_GL_Shutdown(this);