summaryrefslogtreecommitdiff
path: root/src/xwayland/xwayland.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-06-01 00:08:12 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-06-01 00:08:12 -0400
commit805667388b2f0d0210869daa512598819c7fb1bf (patch)
tree1384470a5eac4450f640ea9180068d475f8b7b1e /src/xwayland/xwayland.h
parenta4b3d0ede7fc294597164c9b35a46cd31be5640d (diff)
xwayland: Handle selection source going away without crashing
Diffstat (limited to 'src/xwayland/xwayland.h')
-rw-r--r--src/xwayland/xwayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xwayland/xwayland.h b/src/xwayland/xwayland.h
index 1b1cdff..5922dda 100644
--- a/src/xwayland/xwayland.h
+++ b/src/xwayland/xwayland.h
@@ -62,6 +62,7 @@ struct weston_wm {
struct wl_listener activate_listener;
xcb_window_t selection_window;
+ xcb_window_t selection_owner;
int incr;
int data_source_fd;
struct wl_event_source *property_source;