mirror of
https://github.com/brl/mutter.git
synced 2024-12-26 04:42:14 +00:00
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
|
||||
init_proporties (MetaKmsCrtc *crtc,
|
||||
init_properties (MetaKmsCrtc *crtc,
|
||||
MetaKmsImplDevice *impl_device,
|
||||
drmModeCrtc *drm_crtc)
|
||||
{
|
||||
@ -432,7 +432,7 @@ meta_kms_crtc_new (MetaKmsImplDevice *impl_device,
|
||||
crtc->id = drm_crtc->crtc_id;
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user