aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'xwayland/xwm.h')
-rw-r--r--xwayland/xwm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xwayland/xwm.h b/xwayland/xwm.h
index e1e42a54..a7bfd623 100644
--- a/xwayland/xwm.h
+++ b/xwayland/xwm.h
@@ -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;