summaryrefslogtreecommitdiff
path: root/zwgc/X_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/X_driver.h')
-rw-r--r--zwgc/X_driver.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/zwgc/X_driver.h b/zwgc/X_driver.h
index ec2492f..b32562e 100644
--- a/zwgc/X_driver.h
+++ b/zwgc/X_driver.h
@@ -19,9 +19,12 @@
#include <X11/Xlib.h>
+#include "new_string.h"
+
extern Display *dpy;
-extern char *get_string_resource();
-extern int get_bool_resource();
+extern char *get_string_resource(string, string);
+extern int get_bool_resource(string, string, int);
+extern unsigned long x_string_to_color(char *, unsigned long);
#endif