diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-08 09:23:26 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-08 09:23:26 -0500 |
commit | 52cda5653b52ff33f26b27fb2444c9895192d87e (patch) | |
tree | 32685bf8927a0102d24c03d18578a8cfd6557877 /xwayland/xwm.c | |
parent | 35188834db182db43b407b58db167950fab05477 (diff) |
Revert "xwm: only take clipboard if window is focused"
This reverts commit e3542d879d50d6239ad4ca24b4d30520fef40a87.
Diffstat (limited to 'xwayland/xwm.c')
-rw-r--r-- | xwayland/xwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c index a93f3525..f1add638 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -175,7 +175,6 @@ void xwm_surface_activate(struct wlr_xwm *xwm, xwm_send_focus_window(xwm, xsurface); xwm->focus_surface = xsurface; - xwm_set_selection_owner(xwm); xcb_flush(xwm->xcb_conn); } |