diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-25 01:10:20 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-25 01:10:20 +0300 |
commit | b1debebf8fe20ded20ba27e871fd1a6a9de029e3 (patch) | |
tree | 8d8216dd0ffc245042a0844440dc55abbc0b9c23 /mi/mipointrst.h | |
parent | b9e180e632d04bf685ade9e32bd0b20882794486 (diff) |
mi: remove mi motion history
This is now unneeded as we do motion history in the DIX.
Diffstat (limited to 'mi/mipointrst.h')
-rw-r--r-- | mi/mipointrst.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 { |