diff options
author | Eric Anholt <eric@anholt.net> | 2007-04-18 14:33:27 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-04-18 14:33:27 -0700 |
commit | 999b681cf3973af4191506e49cde06963b11a774 (patch) | |
tree | f950b02db73e122bd5473c75198b59695521913c /mi/mispritest.h | |
parent | 28bb34eec63bf3c98f38ba7fc044f6419aaa3307 (diff) |
Suppress software cursor removal during rotated shadow buffer drawing.
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 5075f0580..2deaa45f2 100644 --- a/mi/mispritest.h +++ b/mi/mispritest.h @@ -76,6 +76,7 @@ typedef struct { WindowPtr pCacheWin; /* window the cursor last seen in */ Bool isInCacheWin; Bool checkPixels; /* check colormap collision */ + int internalDraw; xColorItem colors[2]; ColormapPtr pInstalledMap; ColormapPtr pColormap; |