aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-07 18:20:50 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-07 18:20:50 -0400
commit1b56c9340343dac2f59d8d39cee11c70cb4c7f7c (patch)
tree02bd6995d1b786e68b296ee3ee4c46192dfc0932 /src/window-xlib.c
parentd04ca06959d29b970da17ca72a2827aef81e78bd (diff)
downloadrunes-1b56c9340343dac2f59d8d39cee11c70cb4c7f7c.tar.gz
runes-1b56c9340343dac2f59d8d39cee11c70cb4c7f7c.zip
be a bit more explicit about dependencies between modules
Diffstat (limited to 'src/window-xlib.c')
-rw-r--r--src/window-xlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window-xlib.c b/src/window-xlib.c
index a6c4f66..ffda703 100644
--- a/src/window-xlib.c
+++ b/src/window-xlib.c
@@ -8,6 +8,8 @@
#include <X11/Xutil.h>
#include "runes.h"
+#include "window-xlib.h"
+#include "loop.h"
static char *atom_names[RUNES_NUM_ATOMS] = {
"WM_DELETE_WINDOW",