diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-12-12 18:50:18 -0500 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-12-12 18:50:18 -0500 |
commit | 33a39947f7f79533cd90007a17d57b20126642c6 (patch) | |
tree | adb2cb7ccad2c2c8b8ffa034cc30f0aeaadec2e8 /src/radeon.h | |
parent | 9e5efdecd12092031a4aebce58747cb4a6f48f28 (diff) |
RADEON: fix cursors when using rotation
allocate separate cursor buffers for each crtc
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon.h b/src/radeon.h index b7f92888..960266ec 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -557,10 +557,6 @@ typedef struct { #endif Bool accelOn; xf86CursorInfoPtr cursor; - CARD32 cursor_offset; -#ifdef USE_XAA - unsigned long cursor_end; -#endif Bool allowColorTiling; Bool tilingEnabled; /* mirror of sarea->tiling_enabled */ #ifdef ARGB_CURSOR |