Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1657:5b0805ceb50f | 1658:e49147870aac |
---|---|
560 SDL_PrivateResize(xevent.xconfigure.width, | 560 SDL_PrivateResize(xevent.xconfigure.width, |
561 xevent.xconfigure.height); | 561 xevent.xconfigure.height); |
562 } | 562 } |
563 } else { | 563 } else { |
564 /* OpenGL windows need to know about the change */ | 564 /* OpenGL windows need to know about the change */ |
565 if ( SDL_VideoSurface->flags & SDL_OPENGL ) { | 565 if ( SDL_VideoSurface->flags & SDL_INTERNALOPENGL ) { |
566 SDL_PrivateExpose(); | 566 SDL_PrivateExpose(); |
567 } | 567 } |
568 } | 568 } |
569 } | 569 } |
570 } | 570 } |