kms/update: Move auto-cleanup declaration to the bottom
It relies on visible function declarations, so move it to the bottom so we can add more auto-cleanup declarations same without them being spread out. https://gitlab.gnome.org/GNOME/mutter/merge_requests/930
This commit is contained in:
parent
01bab81727
commit
3ace2b9a28
@ -57,8 +57,6 @@ MetaKmsUpdate * meta_kms_update_new (void);
|
|||||||
|
|
||||||
void meta_kms_update_free (MetaKmsUpdate *update);
|
void meta_kms_update_free (MetaKmsUpdate *update);
|
||||||
|
|
||||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (MetaKmsUpdate, meta_kms_update_free)
|
|
||||||
|
|
||||||
void meta_kms_update_mode_set (MetaKmsUpdate *update,
|
void meta_kms_update_mode_set (MetaKmsUpdate *update,
|
||||||
MetaKmsCrtc *crtc,
|
MetaKmsCrtc *crtc,
|
||||||
GList *connectors,
|
GList *connectors,
|
||||||
@ -111,4 +109,6 @@ meta_fixed_16_rectangle_to_rectangle (MetaFixed16Rectangle fixed_rect)
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
G_DEFINE_AUTOPTR_CLEANUP_FUNC (MetaKmsUpdate, meta_kms_update_free)
|
||||||
|
|
||||||
#endif /* META_KMS_UPDATE_H */
|
#endif /* META_KMS_UPDATE_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user