Mercurial > sdl-ios-xcode
comparison src/video/quartz/SDL_QuartzVideo.h @ 498:4b8ff8ac2c07
Fixed window update problems on MacOS X 10.2 (thanks Darrell!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 16 Sep 2002 18:38:09 +0000 |
parents | 140798e1e7a6 |
children | 74262d2647ca |
comparison
equal
deleted
inserted
replaced
497:bb2d68294e81 | 498:4b8ff8ac2c07 |
---|---|
225 Uint32 flags); | 225 Uint32 flags); |
226 static int QZ_ToggleFullScreen (_THIS, int on); | 226 static int QZ_ToggleFullScreen (_THIS, int on); |
227 static int QZ_SetColors (_THIS, int first_color, | 227 static int QZ_SetColors (_THIS, int first_color, |
228 int num_colors, SDL_Color *colors); | 228 int num_colors, SDL_Color *colors); |
229 static void QZ_DirectUpdate (_THIS, int num_rects, SDL_Rect *rects); | 229 static void QZ_DirectUpdate (_THIS, int num_rects, SDL_Rect *rects); |
230 static int QZ_LockWindow (_THIS, SDL_Surface *surface); | |
231 static void QZ_UnlockWindow (_THIS, SDL_Surface *surface); | |
230 static void QZ_UpdateRects (_THIS, int num_rects, SDL_Rect *rects); | 232 static void QZ_UpdateRects (_THIS, int num_rects, SDL_Rect *rects); |
231 static void QZ_VideoQuit (_THIS); | 233 static void QZ_VideoQuit (_THIS); |
232 | 234 |
233 /* Hardware surface functions (for fullscreen mode only) */ | 235 /* Hardware surface functions (for fullscreen mode only) */ |
234 static int QZ_FillHWRect (_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color); | 236 static int QZ_FillHWRect (_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color); |