summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-04-29 01:55:10 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-04-29 01:55:10 -0400
commit35183ef528411eb0122cf48550d93f921d291d12 (patch)
tree636ca9ee47d6721016b80c545326a4d5f6066bd1 /src/radeon_probe.h
parent53e75cbd0ba8f39799d7b776cdc59d60aa2a6916 (diff)
AVIVO: better fix for cursor flickering/corruption issues
Should prevent ghost cursor from being left on screen.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index 3e4f47c3..dbccd857 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -159,6 +159,7 @@ typedef struct _RADEONCrtcPrivateRec {
int can_tile;
Bool enabled;
Bool initialized;
+ Bool cursor_enabled;
} RADEONCrtcPrivateRec, *RADEONCrtcPrivatePtr;
typedef struct _radeon_encoder {