summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-08-26 18:11:53 +0200
committerDave Davenport <qball@gmpclient.org>2015-08-26 18:11:53 +0200
commitd9a9d2489adb3cbaf47d9c7696df956af30afe38 (patch)
tree01e70315d5de17825c9cdd22e356c503e11f3579 /include/x11-helper.h
parentd6762328468dce28c925f24cf543cd18bfd141b1 (diff)
Add separator color and style option.
Diffstat (limited to 'include/x11-helper.h')
-rw-r--r--include/x11-helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index d0597d15..540f6787 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -148,4 +148,5 @@ unsigned int color_get ( Display *display, const char *const name, const char *
unsigned int color_background ( Display *display );
unsigned int color_border ( Display *display );
+unsigned int color_separator ( Display *display );
#endif