aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-xlib.h')
-rw-r--r--src/window-xlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window-xlib.h b/src/window-xlib.h
index 8bc0fb6..4a49340 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -25,6 +25,8 @@ struct runes_window {
Window border_w;
XIC ic;
XEvent event;
+ char *selection_contents;
+ size_t selection_len;
cairo_t *backend_cr;