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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/zwgc/X_driver.h b/zwgc/X_driver.h
index b32562e..7a77b91 100644
--- a/zwgc/X_driver.h
+++ b/zwgc/X_driver.h
@@ -21,8 +21,10 @@
#include "new_string.h"
-extern Display *dpy;
+extern Display *x_dpy;
+extern char *X_driver(string);
+extern int X_driver_init(char *, char, int *, char **);
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);