aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm-properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/drm-properties.h')
-rw-r--r--include/backend/drm-properties.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/backend/drm-properties.h b/include/backend/drm-properties.h
index 287fc1e0..7a061dd3 100644
--- a/include/backend/drm-properties.h
+++ b/include/backend/drm-properties.h
@@ -27,8 +27,13 @@ union wlr_drm_crtc_props {
// Neither of these are guranteed to exist
uint32_t rotation;
uint32_t scaling_mode;
+
+ // atomic-modesetting only
+
+ uint32_t active;
+ uint32_t mode_id;
};
- uint32_t props[2];
+ uint32_t props[4];
};
union wlr_drm_plane_props {