Merge remote branch 'vignatti/animcursor-state-fix'

This commit is contained in:
Keith Packard
2010-05-19 22:27:20 -07:00
2 changed files with 27 additions and 47 deletions

View File

@@ -477,6 +477,14 @@ typedef struct _SpriteInfoRec {
DeviceIntPtr paired; /* The paired device. Keyboard if
spriteOwner is TRUE, otherwise the
pointer that owns the sprite. */
/* keep states for animated cursor */
struct {
CursorPtr pCursor;
ScreenPtr pScreen;
int elt;
CARD32 time;
} anim;
} SpriteInfoRec, *SpriteInfoPtr;
/* device types */