aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index fa764f9..4a4bf52 100644
--- a/dzen.h
+++ b/dzen.h
@@ -181,3 +181,7 @@ extern void spawn(const char *arg); /* execute arg */
extern long colorcache_get(const char *name); /* gets a cached color */
extern void colorcache_set(const char *name, long value); /* sets a cached color */
+#ifdef DZEN_XFT
+extern int xftcolorcache_get(const char *name, XftColor *color); /* gets a cached color */
+extern void xftcolorcache_set(const char *name, XftColor *color); /* sets a cached color */
+#endif