diff options
author | Daniel Stone <daniel.stone@nokia.com> | 2006-07-20 16:39:54 -0400 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-21 15:19:53 -0400 |
commit | 1987af8c498a1bf394a8951ca6d5b0b7f7a35188 (patch) | |
tree | 36c8e75a9a2f05f719ee8ae975260311190765d5 /mi/mipointrst.h | |
parent | 737e6e4836a6af26fedc22cda8e7d366b52c8fa7 (diff) |
add virtual core devices to DIX
Add virtual core devices, with proper keymaps etc, to the DIX.
Diffstat (limited to 'mi/mipointrst.h')
-rw-r--r-- | mi/mipointrst.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mi/mipointrst.h b/mi/mipointrst.h index 682f8ac88..feeb5ec09 100644 --- a/mi/mipointrst.h +++ b/mi/mipointrst.h @@ -50,7 +50,6 @@ typedef struct { Bool confined; /* pointer can't change screens */ int x, y; /* hot spot location */ int devx, devy; /* sprite position */ - DevicePtr pPointer; /* pointer device structure */ miHistoryRec history[MOTION_SIZE]; int history_start, history_end; } miPointerRec, *miPointerPtr; |