diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-24 09:00:22 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-24 15:46:08 -0400 |
commit | d6228cb22aa89b90834d80d98b91862c1fc01b54 (patch) | |
tree | 4e284d35f26e728cfe5c4502f25ddf1c5591aa58 /Xi | |
parent | 990fc643ae90c034187707e7de414d80640ec6da (diff) |
Shape extension is built-in and mandatory.
Diffstat (limited to 'Xi')
-rw-r--r-- | Xi/warpdevp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xi/warpdevp.c b/Xi/warpdevp.c index 502cab402..c8e8d6116 100644 --- a/Xi/warpdevp.c +++ b/Xi/warpdevp.c @@ -155,10 +155,8 @@ ProcXWarpDevicePointer(ClientPtr client) else if (y >= pSprite->physLimits.y2) y = pSprite->physLimits.y2 - 1; -#if defined(SHAPE) if (pSprite->hotShape) ConfineToShape(pDev, pSprite->hotShape, &x, &y); -#endif (*newScreen->SetCursorPosition)(pDev, newScreen, x, y, TRUE); } else if (!PointerConfinedToScreen(pDev)) { |