summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland/meta-wayland.h')
-rw-r--r--src/wayland/meta-wayland.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wayland/meta-wayland.h b/src/wayland/meta-wayland.h
index 36b7f40ec..7582389e1 100644
--- a/src/wayland/meta-wayland.h
+++ b/src/wayland/meta-wayland.h
@@ -99,7 +99,10 @@ void meta_wayland_compositor_notify_surface_id (MetaWaylandCo
META_EXPORT_TEST
MetaXWaylandManager * meta_wayland_compositor_get_xwayland_manager (MetaWaylandCompositor *compositor);
+META_EXPORT_TEST
MetaContext * meta_wayland_compositor_get_context (MetaWaylandCompositor *compositor);
-#endif
+gboolean meta_wayland_compositor_handle_xwayland_xevent (MetaWaylandCompositor *compositor,
+ XEvent *event);
+#endif