changeset 1655:59227394023d SDL-1.3

SDL_OPENGLBLIT is really gone...
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Apr 2006 05:49:51 +0000
parents 0a53c90a37f9
children 96c2f89cc7e1
files src/video/SDL_video.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/SDL_video.c	Thu Apr 27 05:30:05 2006 +0000
+++ b/src/video/SDL_video.c	Thu Apr 27 05:49:51 2006 +0000
@@ -936,7 +936,7 @@
 	SDL_VideoDevice *video = current_video;
 	SDL_VideoDevice *this = current_video;
 
-	if ( (screen->flags & (SDL_OPENGL | SDL_OPENGLBLIT)) == SDL_OPENGL ) {
+	if ( screen->flags & SDL_OPENGL ) {
 		SDL_SetError("OpenGL active, use SDL_GL_SwapBuffers()");
 		return;
 	}