summaryrefslogtreecommitdiff
path: root/zwgc/X_driver.h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:11:44 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:11:44 +0000
commitb6ea75cfc9712b77a0886c4348d6fb519641e40e (patch)
tree65f68bb2db7c6118e80670cd5edc297159f43409 /zwgc/X_driver.h
parent71f70d3066d1c038e1794c4ffe804591eda3d1af (diff)
de K&Rify, fix prototypes
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