Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11events.c @ 1658:e49147870aac SDL-1.3
glSDL support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 01 May 2006 06:58:33 +0000 |
parents | 5b0805ceb50f |
children | 14717b52abc0 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c Fri Apr 28 16:55:41 2006 +0000 +++ b/src/video/x11/SDL_x11events.c Mon May 01 06:58:33 2006 +0000 @@ -562,7 +562,7 @@ } } else { /* OpenGL windows need to know about the change */ - if ( SDL_VideoSurface->flags & SDL_OPENGL ) { + if ( SDL_VideoSurface->flags & SDL_INTERNALOPENGL ) { SDL_PrivateExpose(); } }