diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-06-03 09:18:06 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-06-03 17:59:04 -0400 |
commit | 4dec0118072bc72fb202543bcb8f18aa69768625 (patch) | |
tree | c1fe29ba5c52781e5f664c522adcf4eb5b2c3c91 /src/xwayland/xwayland.h | |
parent | c65d56a2807e8e06d5523a78c8d95adfa3607bff (diff) |
xwm: Move selection proxy setup to selection.c
Diffstat (limited to 'src/xwayland/xwayland.h')
-rw-r--r-- | src/xwayland/xwayland.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ read_and_dump_property(struct weston_wm *wm, 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); |