util: Export meta_set_syncing() symbol

Will be set by MetaContextTest, until we can move away from the function
completely.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
This commit is contained in:
Jonas Ådahl 2021-03-02 11:05:15 +01:00
parent c45a1619f5
commit df8074c636

View File

@ -36,7 +36,10 @@
void meta_set_verbose (gboolean setting);
void meta_set_debugging (gboolean setting);
META_EXPORT_TEST
void meta_set_syncing (gboolean setting);
void meta_set_replace_current_wm (gboolean setting);
void meta_set_is_wayland_compositor (gboolean setting);