summaryrefslogtreecommitdiff
path: root/src/ratpoison.h
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2017-09-17 19:32:29 +0200
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2017-09-17 19:46:06 +0200
commit218e68c7327c94bd90b2c5b708203be84413db18 (patch)
treef531af4e1dae664a09c319da61fed07920ab3c8d /src/ratpoison.h
parent9b7cfb7c8d8d337554ad7c5995ce75fac52c7d54 (diff)
downloadratpoison-218e68c7327c94bd90b2c5b708203be84413db18.zip
Move fatal() and x* helpers to their own file
Should help use them from within tests.
Diffstat (limited to 'src/ratpoison.h')
-rw-r--r--src/ratpoison.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h
index fc12d7d..5dcb2e1 100644
--- a/src/ratpoison.h
+++ b/src/ratpoison.h
@@ -92,6 +92,7 @@ do { \
#include "xrandr.h"
#include "format.h"
#include "utf8.h"
+#include "util.h"
void set_extents_of_fontset (XFontSet font);
XFontSet load_query_font_set (Display *disp, const char *fontset_name);