summaryrefslogtreecommitdiff
path: root/src/drmmode_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drmmode_display.h')
-rw-r--r--src/drmmode_display.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/drmmode_display.h b/src/drmmode_display.h
index 49893ab0..2c2c3d57 100644
--- a/src/drmmode_display.h
+++ b/src/drmmode_display.h
@@ -88,11 +88,14 @@ typedef struct {
drmModeCrtcPtr mode_crtc;
int hw_id;
+ CursorPtr cursor;
int cursor_x;
int cursor_y;
int cursor_xhot;
int cursor_yhot;
- struct radeon_bo *cursor_bo;
+ unsigned cursor_id;
+ struct radeon_bo *cursor_bo[2];
+
struct drmmode_scanout rotate;
struct drmmode_scanout scanout[2];
DamagePtr scanout_damage;