diff src/video/quartz/SDL_QuartzVideo.h @ 4066:58a5055da431 SDL-1.2

More improvements for bug #373 Show the SDL cursor in the window and the arrow cursor outside the window. This is also supposed to show the SDL cursor when activated, but that code isn't working yet...
author Sam Lantinga <slouken@libsdl.org>
date Sat, 14 Jul 2007 08:27:06 +0000
parents 60f677630282
children b8f2db95145e
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.h	Sat Jul 14 08:00:50 2007 +0000
+++ b/src/video/quartz/SDL_QuartzVideo.h	Sat Jul 14 08:27:06 2007 +0000
@@ -224,7 +224,7 @@
 void         QZ_PrivateWarpCursor (_THIS, int x, int y);
 void         QZ_ChangeGrabState (_THIS, int action);
 void         QZ_RegisterForSleepNotifications (_THIS);
-void         QZ_ShowMouse (_THIS);
+void         QZ_ShowMouse (_THIS, NSCursor *cursor);
 void         QZ_HideMouse (_THIS);
 void         QZ_PrivateGlobalToLocal (_THIS, NSPoint *p);
 void         QZ_PrivateCocoaToSDL (_THIS, NSPoint *p);