mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
xwm: get selection data
This commit is contained in:
parent
39e2ea8420
commit
ea6f77b484
3 changed files with 94 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ enum atom_name {
|
|||
WL_SELECTION,
|
||||
TARGETS,
|
||||
CLIPBOARD_MANAGER,
|
||||
INCR,
|
||||
ATOM_LAST,
|
||||
};
|
||||
|
||||
|
|
@ -66,6 +67,9 @@ struct wlr_xwm {
|
|||
xcb_timestamp_t selection_timestamp;
|
||||
int incr;
|
||||
int data_source_fd;
|
||||
int property_start;
|
||||
xcb_get_property_reply_t *property_reply;
|
||||
struct wl_event_source *property_source;
|
||||
|
||||
struct wlr_xwayland_surface *focus_surface;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue