aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-12-23 12:14:36 +0100
committerSimon Ser <contact@emersion.fr>2020-12-23 12:14:36 +0100
commit54ec17ff643b3682cadba5984a2e1ed40161ce36 (patch)
treee685daadbf4ab0eb14f110e68ce9f0c2305e2288 /include
parent2de400a541fead618a670d0e096367817de36082 (diff)
backend/drm: use plural form for possible_crtcs
Make it clearer that this is a bitmask of CRTC indices.
Diffstat (limited to 'include')
-rw-r--r--include/backend/drm/drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h
index 6c8939e8..426b5fe3 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -119,7 +119,7 @@ struct wlr_drm_connector {
uint32_t id;
struct wlr_drm_crtc *crtc;
- uint32_t possible_crtc;
+ uint32_t possible_crtcs;
union wlr_drm_connector_props props;