diff src/video/macrom/SDL_romvideo.c @ 1658:e49147870aac SDL-1.3

glSDL support
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 May 2006 06:58:33 +0000
parents f12379c41042
children 14717b52abc0
line wrap: on
line diff
--- a/src/video/macrom/SDL_romvideo.c	Fri Apr 28 16:55:41 2006 +0000
+++ b/src/video/macrom/SDL_romvideo.c	Mon May 01 06:58:33 2006 +0000
@@ -583,9 +583,9 @@
 	SelectWindow(SDL_Window);
 
 	/* Handle OpenGL support */
-	if ( flags & SDL_OPENGL ) {
+	if ( flags & SDL_INTERNALOPENGL ) {
 		if ( Mac_GL_Init(this) == 0 ) {
-			current->flags |= SDL_OPENGL;
+			current->flags |= SDL_INTERNALOPENGL;
 		} else {
 			current = NULL;
 		}