kms/crtc: Fix typo s/proporties/properties/
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2360>
This commit is contained in:
parent
6a92997cbe
commit
e3cba9f2d8
@ -362,7 +362,7 @@ parse_active (MetaKmsImplDevice *impl_device,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
init_proporties (MetaKmsCrtc *crtc,
|
init_properties (MetaKmsCrtc *crtc,
|
||||||
MetaKmsImplDevice *impl_device,
|
MetaKmsImplDevice *impl_device,
|
||||||
drmModeCrtc *drm_crtc)
|
drmModeCrtc *drm_crtc)
|
||||||
{
|
{
|
||||||
@ -432,7 +432,7 @@ meta_kms_crtc_new (MetaKmsImplDevice *impl_device,
|
|||||||
crtc->id = drm_crtc->crtc_id;
|
crtc->id = drm_crtc->crtc_id;
|
||||||
crtc->idx = idx;
|
crtc->idx = idx;
|
||||||
|
|
||||||
init_proporties (crtc, impl_device, drm_crtc);
|
init_properties (crtc, impl_device, drm_crtc);
|
||||||
|
|
||||||
meta_kms_crtc_read_state (crtc, impl_device, drm_crtc, drm_props);
|
meta_kms_crtc_read_state (crtc, impl_device, drm_crtc, drm_props);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user