aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-08 09:23:26 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-08 09:23:26 -0500
commit52cda5653b52ff33f26b27fb2444c9895192d87e (patch)
tree32685bf8927a0102d24c03d18578a8cfd6557877 /xwayland/xwm.h
parent35188834db182db43b407b58db167950fab05477 (diff)
Revert "xwm: only take clipboard if window is focused"
This reverts commit e3542d879d50d6239ad4ca24b4d30520fef40a87.
Diffstat (limited to 'xwayland/xwm.h')
-rw-r--r--xwayland/xwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xwayland/xwm.h b/xwayland/xwm.h
index ad8bf9d5..47e674c0 100644
--- a/xwayland/xwm.h
+++ b/xwayland/xwm.h
@@ -98,8 +98,6 @@ 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_set_selection_owner(struct wlr_xwm *xwm);
-
void xwm_selection_init(struct wlr_xwm *xwm);
void xwm_set_seat(struct wlr_xwm *xwm, struct wlr_seat *seat);