summaryrefslogtreecommitdiff
path: root/src/ratpoison.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-14 03:43:03 +0000
committerrcyeske <rcyeske>2001-02-14 03:43:03 +0000
commitcede32a00ffe9718ab2ae48269abd258f903148c (patch)
tree5f962b85fb5e55285d424d725c9b85b796e916bc /src/ratpoison.h
parenta236c27d3d36f586e630bf2831a33f7e1647f544 (diff)
downloadratpoison-cede32a00ffe9718ab2ae48269abd258f903148c.zip
rewrote bar highlighting
Diffstat (limited to 'src/ratpoison.h')
-rw-r--r--src/ratpoison.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h
index a8d7ea0..22dcf68 100644
--- a/src/ratpoison.h
+++ b/src/ratpoison.h
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <X11/Xlib.h>
/* Some error reporting macros */
#define PRE_PRINT_LOCATION fprintf (stderr, "%s:%s():%d: ", __FILE__, __FUNCTION__, __LINE__);
@@ -40,6 +41,8 @@
# define PRINT_DEBUG(format, args...)
#endif /* DEBUG */
+extern XGCValues gv;
+
#include "conf.h"
#include "data.h"