From 2091200c957783deed032380d56c4199a23c6b81 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Sat, 15 Sep 2007 20:39:31 +0200 Subject: new colorscheme (16-bit compliant) --- dwm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dwm.h') 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 */ -- cgit v1.2.3-54-g00ecf