aboutsummaryrefslogtreecommitdiff
path: root/backend/drm/drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/drm/drm.h')
-rw-r--r--backend/drm/drm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/backend/drm/drm.h b/backend/drm/drm.h
index 2f79417a..299be942 100644
--- a/backend/drm/drm.h
+++ b/backend/drm/drm.h
@@ -42,7 +42,7 @@ struct wlr_drm_crtc {
struct wlr_drm_plane *primary;
struct wlr_drm_plane *overlay;
struct wlr_drm_plane *cursor;
-
+
union wlr_drm_crtc_props props;
struct wl_list connectors;
@@ -115,6 +115,9 @@ struct wlr_output_state {
enum wlr_drm_output_state state;
uint32_t connector;
+ struct wlr_drm_crtc *crtc_;
+ uint32_t possible_crtc;
+
union wlr_drm_connector_props props;
uint32_t width;