aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-12 16:03:27 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-12 16:03:27 -0400
commitaca98a4b2c9d0be48be773fbf438a8477698ef14 (patch)
tree9d629a3c71085aae7f6126ebd05e70b88cefb0f6 /src/window-xlib.h
parente9f28194fb4dd8eec1be7b2cde81fadc60dc78ff (diff)
downloadrunes-aca98a4b2c9d0be48be773fbf438a8477698ef14.tar.gz
runes-aca98a4b2c9d0be48be773fbf438a8477698ef14.zip
convert to libevent
also remove all code supporting threading stuff
Diffstat (limited to 'src/window-xlib.h')
-rw-r--r--src/window-xlib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window-xlib.h b/src/window-xlib.h
index 9b3ad63..914be91 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -10,7 +10,6 @@ struct runes_window {
Window w;
Window border_w;
XIC ic;
- XEvent event;
char *selection_contents;
size_t selection_len;
struct timespec last_redraw;