From 54ec17ff643b3682cadba5984a2e1ed40161ce36 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 23 Dec 2020 12:14:36 +0100 Subject: backend/drm: use plural form for possible_crtcs Make it clearer that this is a bitmask of CRTC indices. --- include/backend/drm/drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/backend') 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; -- cgit v1.2.3