wayland: Make the MetaWaylandCompositor type public

Allows mutter implementation to have access to the underlying wl_display.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3092>
This commit is contained in:
Corentin Noël
2023-06-26 16:08:08 +02:00
committed by Marge Bot
parent 86b77f65e7
commit 6b9efc3b0c
7 changed files with 65 additions and 10 deletions

View File

@ -69,9 +69,6 @@ void meta_context_set_unsafe_mode (MetaContext *context,
gboolean enable);
#ifdef HAVE_WAYLAND
META_EXPORT_TEST
MetaWaylandCompositor * meta_context_get_wayland_compositor (MetaContext *context);
META_EXPORT_TEST
MetaServiceChannel * meta_context_get_service_channel (MetaContext *context);
#endif