From 183233b27beb441742a53e440c3389b4ea125b8a Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Fri, 12 Sep 2008 15:25:44 -0700 Subject: [PATCH] XQuartz: Don't warp the pointer on server start for XQuartz (cherry picked from commit c0da576d4921c246a9ac747921b48ab9e718347f) --- hw/xquartz/xpr/xprCursor.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hw/xquartz/xpr/xprCursor.c b/hw/xquartz/xpr/xprCursor.c index c1890a2e4..9c131fbf8 100644 --- a/hw/xquartz/xpr/xprCursor.c +++ b/hw/xquartz/xpr/xprCursor.c @@ -294,16 +294,6 @@ QuartzCrossScreen(ScreenPtr pScreen, Bool entering) static void QuartzWarpCursor(ScreenPtr pScreen, int x, int y) { - static Bool neverMoved = TRUE; - - if (neverMoved) - { - /* Don't move the cursor the first time. This is the - jump-to-center initialization, and it's annoying. */ - neverMoved = FALSE; - return; - } - if (quartzServerVisible) { int sx, sy;