summaryrefslogtreecommitdiff
path: root/mi/mispritest.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2006-11-21 11:26:21 +1030
committerPeter Hutterer <whot@hyena.localdomain>2006-11-21 11:26:21 +1030
commit3bad452d12d620df91b1f37d06c650ded96bfafe (patch)
treef77e3169ad14d81c90614173468e5e8fc5e61ced /mi/mispritest.h
parentb1bbdf464d2f8799fa3429c1c27ca998c5f3e94a (diff)
mi: added MPX to miSpriteReportDamage
added id field to miCursorInfoPtr, required to pass through to miDC core pointer uses mpCursors array as well. added miDCBufferRec for future use with MPX TAG: MPX_BEFORE_MIDC_API_BREAK
Diffstat (limited to 'mi/mispritest.h')
-rw-r--r--mi/mispritest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mi/mispritest.h b/mi/mispritest.h
index e4235345b..ff4bb4a7d 100644
--- a/mi/mispritest.h
+++ b/mi/mispritest.h
@@ -44,6 +44,7 @@ in this Software without prior written authorization from The Open Group.
# include "damage.h"
typedef struct {
+ int id; /* id, corresponds with device id */
CursorPtr pCursor;
int x; /* cursor hotspot */
int y;