# HG changeset patch # User Sam Lantinga # Date 1015532944 0 # Node ID 767c10b9ec9f2517dbe18151a2545451fd73a27b # Parent 8a86bdf34f0f5db30e160055c892749832b968a1 *** empty log message *** diff -r 8a86bdf34f0f -r 767c10b9ec9f src/video/quartz/SDL_QuartzWM.m --- a/src/video/quartz/SDL_QuartzWM.m Thu Mar 07 20:23:11 2002 +0000 +++ b/src/video/quartz/SDL_QuartzWM.m Thu Mar 07 20:29:04 2002 +0000 @@ -183,6 +183,8 @@ CGDisplayMoveCursorToPoint (display_id, cgp); warp_ticks = SDL_GetTicks(); warp_flag = 1; + + SDL_PrivateMouseMotion(0, 0, x, y); } static void QZ_WarpWMCursor (_THIS, Uint16 x, Uint16 y) {