mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
xwm: xfixes selection notify
This commit is contained in:
parent
e786d17f63
commit
1f976a0f25
3 changed files with 47 additions and 5 deletions
|
|
@ -34,6 +34,7 @@ enum atom_name {
|
|||
CLIPBOARD,
|
||||
CLIPBOARD_MANAGER,
|
||||
WL_SELECTION,
|
||||
TARGETS,
|
||||
ATOM_LAST,
|
||||
};
|
||||
|
||||
|
|
@ -61,6 +62,8 @@ struct wlr_xwm {
|
|||
// selection properties
|
||||
xcb_window_t selection_window;
|
||||
xcb_selection_request_event_t selection_request;
|
||||
xcb_window_t selection_owner;
|
||||
xcb_timestamp_t selection_timestamp;
|
||||
int incr;
|
||||
|
||||
struct wlr_xwayland_surface *focus_surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue