diff options
author | rcyeske <rcyeske> | 2001-02-14 03:43:03 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-14 03:43:03 +0000 |
commit | cede32a00ffe9718ab2ae48269abd258f903148c (patch) | |
tree | 5f962b85fb5e55285d424d725c9b85b796e916bc /src | |
parent | a236c27d3d36f586e630bf2831a33f7e1647f544 (diff) | |
download | ratpoison-cede32a00ffe9718ab2ae48269abd258f903148c.zip |
rewrote bar highlighting
Diffstat (limited to 'src')
-rw-r--r-- | src/ratpoison.h | 3 |
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" |