mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-26 06:59:52 -05:00
xwm: only take clipboard if window is focused
This commit is contained in:
parent
fc17c74516
commit
e3542d879d
3 changed files with 20 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue