mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
kms-impl/simple: Removing extra semi colon
https://gitlab.gnome.org/GNOME/mutter/merge_requests/634
This commit is contained in:
parent
e14613e74e
commit
c655166398
@ -201,7 +201,7 @@ process_mode_set (MetaKmsImpl *impl,
|
|||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
MetaKmsImplSimple *impl_simple = META_KMS_IMPL_SIMPLE (impl);
|
MetaKmsImplSimple *impl_simple = META_KMS_IMPL_SIMPLE (impl);
|
||||||
MetaKmsCrtc *crtc = mode_set->crtc;;
|
MetaKmsCrtc *crtc = mode_set->crtc;
|
||||||
MetaKmsDevice *device = meta_kms_crtc_get_device (crtc);
|
MetaKmsDevice *device = meta_kms_crtc_get_device (crtc);
|
||||||
MetaKmsImplDevice *impl_device = meta_kms_device_get_impl_device (device);
|
MetaKmsImplDevice *impl_device = meta_kms_device_get_impl_device (device);
|
||||||
g_autofree uint32_t *connectors = NULL;
|
g_autofree uint32_t *connectors = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user