comparison src/video/quartz/SDL_QuartzVideo.h @ 679:74b4b9f9e5e1

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 09 Aug 2003 21:13:22 +0000
parents 864e2d2a9a55
children c5b2b6d2d1fe
comparison
equal deleted inserted replaced
678:7f691fa4c1c7 679:74b4b9f9e5e1
311 static void QZ_UnlockWindow (_THIS, SDL_Surface *surface); 311 static void QZ_UnlockWindow (_THIS, SDL_Surface *surface);
312 static void QZ_UpdateRects (_THIS, int num_rects, SDL_Rect *rects); 312 static void QZ_UpdateRects (_THIS, int num_rects, SDL_Rect *rects);
313 static void QZ_VideoQuit (_THIS); 313 static void QZ_VideoQuit (_THIS);
314 314
315 /* Hardware surface functions (for fullscreen mode only) */ 315 /* Hardware surface functions (for fullscreen mode only) */
316 #if 0 /* Not used (apparently, it's really slow) */
316 static int QZ_FillHWRect (_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color); 317 static int QZ_FillHWRect (_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);
318 #endif
317 static int QZ_LockHWSurface(_THIS, SDL_Surface *surface); 319 static int QZ_LockHWSurface(_THIS, SDL_Surface *surface);
318 static void QZ_UnlockHWSurface(_THIS, SDL_Surface *surface); 320 static void QZ_UnlockHWSurface(_THIS, SDL_Surface *surface);
319 static void QZ_FreeHWSurface (_THIS, SDL_Surface *surface); 321 static void QZ_FreeHWSurface (_THIS, SDL_Surface *surface);
320 /* static int QZ_FlipHWSurface (_THIS, SDL_Surface *surface); */ 322 /* static int QZ_FlipHWSurface (_THIS, SDL_Surface *surface); */
321 323