commit | 4dec0118072bc72fb202543bcb8f18aa69768625 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Sun Jun 03 09:18:06 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sun Jun 03 17:59:04 2012 -0400 |
tree | c1fe29ba5c52781e5f664c522adcf4eb5b2c3c91 | |
parent | c65d56a2807e8e06d5523a78c8d95adfa3607bff [diff] [blame] |
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);