summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/radeon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 388422a6..961c59e0 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -1042,7 +1042,7 @@ typedef struct {
struct radeon_cs_manager *csm;
struct radeon_cs *cs;
- struct radeon_bo *cursor_bo[2];
+ struct radeon_bo *cursor_bo[6];
uint64_t vram_size;
uint64_t gart_size;
drmmode_rec drmmode;