diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2006-11-21 14:00:46 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2006-11-21 14:00:46 +1030 |
commit | 1107d8bea22eea26f7b666f1c00a53360b7d237e (patch) | |
tree | a8908e80c45780c80616d5cc4b32ec5a3b1c4fc8 /mi/misprite.h | |
parent | 3bad452d12d620df91b1f37d06c650ded96bfafe (diff) |
mi: added device ID to miSpriteCursorFuncRec functions
added MPX code to midispcur.c
BUG: Core pointer changes whenever MPX cursor changes shape.
Diffstat (limited to 'mi/misprite.h')
-rw-r--r-- | mi/misprite.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mi/misprite.h b/mi/misprite.h index 5173b7736..e0c55d09b 100644 --- a/mi/misprite.h +++ b/mi/misprite.h @@ -42,6 +42,7 @@ typedef struct { CursorPtr /*pCursor*/ ); Bool (*PutUpCursor)( + int /* deviceid */, ScreenPtr /*pScreen*/, CursorPtr /*pCursor*/, int /*x*/, @@ -50,6 +51,7 @@ typedef struct { unsigned long /*mask*/ ); Bool (*SaveUnderCursor)( + int /* deviceid */, ScreenPtr /*pScreen*/, int /*x*/, int /*y*/, @@ -57,6 +59,7 @@ typedef struct { int /*h*/ ); Bool (*RestoreUnderCursor)( + int /* deviceid */, ScreenPtr /*pScreen*/, int /*x*/, int /*y*/, @@ -64,6 +67,7 @@ typedef struct { int /*h*/ ); Bool (*MoveCursor)( + int /* deviceid */, ScreenPtr /*pScreen*/, CursorPtr /*pCursor*/, int /*x*/, @@ -76,6 +80,7 @@ typedef struct { unsigned long /*mask*/ ); Bool (*ChangeSave)( + int /* deviceid */, ScreenPtr /*pScreen*/, int /*x*/, int /*y*/, |