diff src/video/x11/SDL_x11image.c @ 1658:e49147870aac SDL-1.3

glSDL support
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 May 2006 06:58:33 +0000
parents 3ba88cb7eb1b
children 782fd950bd46
line wrap: on
line diff
--- a/src/video/x11/SDL_x11image.c	Fri Apr 28 16:55:41 2006 +0000
+++ b/src/video/x11/SDL_x11image.c	Mon May 01 06:58:33 2006 +0000
@@ -185,7 +185,7 @@
 	int retval;
 
 	X11_DestroyImage(this, screen);
-        if ( flags & SDL_OPENGL ) {  /* No image when using GL */
+        if ( flags & SDL_INTERNALOPENGL ) {  /* No image when using GL */
         	retval = 0;
         } else {
 		retval = X11_SetupImage(this, screen);