mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
backend/drm: use plural form for possible_crtcs
Make it clearer that this is a bitmask of CRTC indices.
This commit is contained in:
parent
2de400a541
commit
54ec17ff64
2 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue