diff options
author | Simon Ser <contact@emersion.fr> | 2020-11-30 11:54:56 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-11-30 11:57:08 +0100 |
commit | 2649600fa11c43c0401a2aaa93472345599de78a (patch) | |
tree | a54c46f29bec353241f43518ed3c244260fe7ea9 /include | |
parent | d2329ac07a45c4c3b45c68e24f39456bfc2822fd (diff) |
backend/drm: rotation is a plane property
"rotation" is a plane property, it's not a CRTC property. It was also
missing from plane_info.
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/drm/properties.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/drm/properties.h b/include/backend/drm/properties.h index fba444aa..914bcefa 100644 --- a/include/backend/drm/properties.h +++ b/include/backend/drm/properties.h @@ -28,7 +28,6 @@ union wlr_drm_connector_props { union wlr_drm_crtc_props { struct { // Neither of these are guaranteed to exist - uint32_t rotation; uint32_t scaling_mode; uint32_t vrr_enabled; uint32_t gamma_lut; |