diff options
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/radeon.h b/src/radeon.h index 46263686..9efe5d1c 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -297,7 +297,6 @@ struct r600_accel_object { uint32_t pitch; uint32_t width; uint32_t height; - uint32_t offset; int bpp; uint32_t domain; struct radeon_bo *bo; @@ -439,12 +438,6 @@ typedef struct { void (*BlockHandler)(BLOCKHANDLER_ARGS_DECL); -#ifdef ARGB_CURSOR - Bool cursor_argb; -#endif - int cursor_fg; - int cursor_bg; - int pix24bpp; /* Depth of pixmap for 24bpp fb */ Bool dac6bits; /* Use 6 bit DAC? */ |