summaryrefslogtreecommitdiff
path: root/drw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drw.h')
-rw-r--r--drw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drw.h b/drw.h
index 3115f09..f39f65a 100644
--- a/drw.h
+++ b/drw.h
@@ -26,10 +26,12 @@ typedef XftColor Clr;
struct scheme {
const char *bg;
const char *bind;
+ const char *arrow;
const char *name;
Clr bg_clr;
Clr name_clr;
Clr bind_clr;
+ Clr arrow_clr;
};