xwm: Move selection proxy setup to selection.c
diff --git a/src/xwayland/xwayland.h b/src/xwayland/xwayland.h
index 5922dda..e2ca4e4 100644
--- a/src/xwayland/xwayland.h
+++ b/src/xwayland/xwayland.h
@@ -131,6 +131,8 @@
 const char *
 get_atom_name(xcb_connection_t *c, xcb_atom_t atom);
 
+void
+weston_wm_selection_init(struct weston_wm *wm);
 int
 weston_wm_handle_selection_event(struct weston_wm *wm,
 				 xcb_generic_event_t *event);