diff 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
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.h	Mon Sep 16 08:22:25 2002 +0000
+++ b/src/video/quartz/SDL_QuartzVideo.h	Mon Sep 16 18:38:09 2002 +0000
@@ -227,6 +227,8 @@
 static int          QZ_SetColors        (_THIS, int first_color,
                                          int num_colors, SDL_Color *colors);
 static void         QZ_DirectUpdate     (_THIS, int num_rects, SDL_Rect *rects);
+static int 	     QZ_LockWindow       (_THIS, SDL_Surface *surface);
+static void         QZ_UnlockWindow     (_THIS, SDL_Surface *surface);
 static void         QZ_UpdateRects      (_THIS, int num_rects, SDL_Rect *rects);
 static void         QZ_VideoQuit        (_THIS);