aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-09-15 20:39:31 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-09-15 20:39:31 +0200
commit2091200c957783deed032380d56c4199a23c6b81 (patch)
treedc878b437a2ebbe9cfbe79eced7dc50ae8f4fc55 /dwm.h
parent7e476fb86ba254e6fe3a916ed7b5298e432a469c (diff)
downloaddwm-2091200c957783deed032380d56c4199a23c6b81.tar.zst
new colorscheme (16-bit compliant)
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h
index 6ab6bc3..8c9a141 100644
--- a/dwm.h
+++ b/dwm.h
@@ -91,6 +91,7 @@ extern Window root, barwin;
/* bar.c */
void drawbar(void); /* draw the bar */
void initbar(void); /* initializes the bar */
+void initstyle(void); /* initializes colors and font */
unsigned int textw(const char *text); /* return the width of text in px*/
void togglebar(const char *arg); /* shows/hides the bar */
void updatebarpos(void); /* updates the bar position */