changeset 679:74b4b9f9e5e1

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 09 Aug 2003 21:13:22 +0000
parents 7f691fa4c1c7
children 34f03ca736b7
files src/video/quartz/SDL_QuartzVideo.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.h	Sat Aug 09 20:36:29 2003 +0000
+++ b/src/video/quartz/SDL_QuartzVideo.h	Sat Aug 09 21:13:22 2003 +0000
@@ -313,7 +313,9 @@
 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);