diff src/video/maccommon/SDL_macevents.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 782fd950bd46
line wrap: on
line diff
--- a/src/video/maccommon/SDL_macevents.c	Fri Apr 28 16:55:41 2006 +0000
+++ b/src/video/maccommon/SDL_macevents.c	Mon May 01 06:58:33 2006 +0000
@@ -382,7 +382,7 @@
 	  case updateEvt: {
 		BeginUpdate(SDL_Window);
 	#if SDL_VIDEO_OPENGL
-		if (SDL_VideoSurface->flags & SDL_OPENGL)
+		if (SDL_VideoSurface->flags & SDL_INTERNALOPENGL)
 			SDL_GL_SwapBuffers();
 		else
 	#endif