aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2017-12-29 16:30:59 +0100
committerDominique Martinet <asmadeus@codewreck.org>2017-12-29 16:30:59 +0100
commitbb0d888f2500290693232704c2a477cf321cdec6 (patch)
tree248f107be762d521e0cb8f1c792ceaf6cbacc81e /include/wlr
parentf8a346380c8d22a11c5acf72b74e35a6dca4f5a2 (diff)
xwayland selection: further cleanup on Xwayland exit
This is necessary if our last primary/clipboard selection was on Xwayland, and we try to paste to native wayland after Xwayland died
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/xwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/xwm.h b/include/wlr/xwm.h
index cbc2f132..35c43b18 100644
--- a/include/wlr/xwm.h
+++ b/include/wlr/xwm.h
@@ -108,6 +108,7 @@ void xwm_set_cursor(struct wlr_xwm *xwm, const uint8_t *pixels, uint32_t stride,
int xwm_handle_selection_event(struct wlr_xwm *xwm, xcb_generic_event_t *event);
void xwm_selection_init(struct wlr_xwm *xwm);
+void xwm_selection_finish(struct wlr_xwm *xwm);
void xwm_set_seat(struct wlr_xwm *xwm, struct wlr_seat *seat);