diff options
| author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-14 04:07:38 -0400 |
|---|---|---|
| committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-14 04:07:38 -0400 |
| commit | 9cd686c93a80b4095d4ee0960bef320ccd9ea02c (patch) | |
| tree | 5bc29a58baac6bd0d241a3e923380efe1d7b5f8f /draw.c | |
| parent | continued with man page (diff) | |
| download | dwm-9cd686c93a80b4095d4ee0960bef320ccd9ea02c.tar.gz dwm-9cd686c93a80b4095d4ee0960bef320ccd9ea02c.tar.bz2 dwm-9cd686c93a80b4095d4ee0960bef320ccd9ea02c.zip | |
implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm
Diffstat (limited to 'draw.c')
| -rw-r--r-- | draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ drawborder(void) } void -draw(Bool border, const char *text) +drawtext(const char *text, Bool border) { int x, y, w, h; unsigned int len; |
