From b1debebf8fe20ded20ba27e871fd1a6a9de029e3 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 25 Oct 2006 01:10:20 +0300 Subject: mi: remove mi motion history This is now unneeded as we do motion history in the DIX. --- mi/mipointrst.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'mi/mipointrst.h') diff --git a/mi/mipointrst.h b/mi/mipointrst.h index 2ebf3278c..a80c52e7a 100644 --- a/mi/mipointrst.h +++ b/mi/mipointrst.h @@ -32,13 +32,6 @@ in this Software without prior written authorization from The Open Group. #include "mipointer.h" #include "scrnintstr.h" -#define MOTION_SIZE 256 - -typedef struct { - xTimecoord event; - ScreenPtr pScreen; -} miHistoryRec, *miHistoryPtr; - typedef struct { ScreenPtr pScreen; /* current screen */ ScreenPtr pSpriteScreen;/* screen containing current sprite */ @@ -48,8 +41,6 @@ typedef struct { Bool confined; /* pointer can't change screens */ int x, y; /* hot spot location */ int devx, devy; /* sprite position */ - miHistoryRec history[MOTION_SIZE]; - int history_start, history_end; } miPointerRec, *miPointerPtr; typedef struct { -- cgit v1.2.3