From 8e612e0e4969843d9ffe7531d38f56e57f641ede Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 9 Aug 2003 21:13:22 +0000 Subject: [PATCH] *** empty log message *** --- src/video/quartz/SDL_QuartzVideo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/video/quartz/SDL_QuartzVideo.h b/src/video/quartz/SDL_QuartzVideo.h index 4d9a106cc..777211873 100644 --- a/src/video/quartz/SDL_QuartzVideo.h +++ b/src/video/quartz/SDL_QuartzVideo.h @@ -313,7 +313,9 @@ static void QZ_UpdateRects (_THIS, int num_rects, SDL_Rect *rects); static void QZ_VideoQuit (_THIS); /* Hardware surface functions (for fullscreen mode only) */ +#if 0 /* Not used (apparently, it's really slow) */ static int QZ_FillHWRect (_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color); +#endif static int QZ_LockHWSurface(_THIS, SDL_Surface *surface); static void QZ_UnlockHWSurface(_THIS, SDL_Surface *surface); static void QZ_FreeHWSurface (_THIS, SDL_Surface *surface);