diff -r aea51354bbe6 -r 5f7018237edb dwm.h --- a/dwm.h Sat Sep 15 13:16:54 2007 +0200 +++ b/dwm.h Sat Sep 15 20:39:31 2007 +0200 @@ -91,6 +91,7 @@ /* 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 */