Mercurial > sdl-ios-xcode
diff src/video/wincommon/SDL_sysevents.c @ 1658:e49147870aac SDL-1.3
glSDL support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 01 May 2006 06:58:33 +0000 |
parents | 21b1fbb53f4a |
children | 782fd950bd46 |
line wrap: on
line diff
--- a/src/video/wincommon/SDL_sysevents.c Fri Apr 28 16:55:41 2006 +0000 +++ b/src/video/wincommon/SDL_sysevents.c Mon May 01 06:58:33 2006 +0000 @@ -684,7 +684,7 @@ hdc = BeginPaint(SDL_Window, &ps); if ( current_video->screen && - !(current_video->screen->flags & SDL_OPENGL) ) { + !(current_video->screen->flags & SDL_INTERNALOPENGL) ) { WIN_WinPAINT(current_video, hdc); } EndPaint(SDL_Window, &ps);