*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40304
This commit is contained in:
Sam Lantinga 2002-03-07 20:29:04 +00:00
parent ee411baee8
commit 1e744f8805

View file

@ -183,6 +183,8 @@ static void QZ_PrivateWarpCursor (_THIS, int x, int y) {
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) {