backend/drm: use plural form for possible_crtcs

Make it clearer that this is a bitmask of CRTC indices.
This commit is contained in:
Simon Ser 2020-12-23 12:14:36 +01:00
parent 2de400a541
commit 54ec17ff64
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 5 additions and 5 deletions

View file

@ -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;