diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2006-11-21 11:26:21 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2006-11-21 11:26:21 +1030 |
commit | 3bad452d12d620df91b1f37d06c650ded96bfafe (patch) | |
tree | f77e3169ad14d81c90614173468e5e8fc5e61ced /mi/mispritest.h | |
parent | b1bbdf464d2f8799fa3429c1c27ca998c5f3e94a (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.h | 1 |
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; |