aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-07 19:33:29 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-07 19:41:52 -0400
commitf1537fd8bcd565ff144335a36bc87d3fd834da07 (patch)
treeb6e45a191616bd5987062b1b3f950bff455025bc /src/window-xlib.c
parent36fb7cdd3d7a1b8f522ebf84e60cacb9350b20c2 (diff)
downloadrunes-f1537fd8bcd565ff144335a36bc87d3fd834da07.tar.gz
runes-f1537fd8bcd565ff144335a36bc87d3fd834da07.zip
stop including term.h in runes.h
Diffstat (limited to 'src/window-xlib.c')
-rw-r--r--src/window-xlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window-xlib.c b/src/window-xlib.c
index d2c3b80..f3b924a 100644
--- a/src/window-xlib.c
+++ b/src/window-xlib.c
@@ -14,6 +14,7 @@
#include "display.h"
#include "loop.h"
#include "pty-unix.h"
+#include "term.h"
static char *atom_names[RUNES_NUM_ATOMS] = {
"WM_DELETE_WINDOW",