diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-22 14:58:36 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-22 14:58:36 -0500 |
commit | e3542d879d50d6239ad4ca24b4d30520fef40a87 (patch) | |
tree | 477135919f311433b44feed140f7a9baa23ac096 /xwayland/xwm.h | |
parent | fc17c74516c7c843f15426bca754a16f963ad348 (diff) |
xwm: only take clipboard if window is focused
Diffstat (limited to 'xwayland/xwm.h')
-rw-r--r-- | xwayland/xwm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xwayland/xwm.h b/xwayland/xwm.h index 47e674c0..ad8bf9d5 100644 --- a/xwayland/xwm.h +++ b/xwayland/xwm.h @@ -98,6 +98,8 @@ 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); |