diff options
author | Adam Jackson <ajax@redhat.com> | 2009-03-27 12:36:42 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-03-27 12:36:42 -0400 |
commit | bb89fc2771d2e54d7e0cd0371db68ddb754a64e5 (patch) | |
tree | c6017cb947f5427f158f36cd2446a492931914e3 /mi/mispritest.h | |
parent | 2c000f4980d30015e6da95de3c77c0fdda0090e4 (diff) |
misprite: Fix software cursor on multiple ScreenRecs
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 232cdaffe..1b24f262b 100644 --- a/mi/mispritest.h +++ b/mi/mispritest.h @@ -87,6 +87,7 @@ typedef struct { VisualPtr pVisual; miSpriteCursorFuncPtr funcs; DamagePtr pDamage; /* damage tracking structure */ + Bool damageRegistered; } miSpriteScreenRec, *miSpriteScreenPtr; #define SOURCE_COLOR 0 |