mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Merge remote branch 'vignatti/animcursor-state-fix'
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user