Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
implemented bar for dwm (I miss status text), I plan that status text is read from...
[dwm.git]
/
draw.c
diff --git
a/draw.c
b/draw.c
index
fc269a2
..
ec7a3cd
100644
(file)
--- a/
draw.c
+++ b/
draw.c
@@
-30,7
+30,7
@@
drawborder(void)
}
void
-draw
(Bool border, const char *text
)
+draw
text(const char *text, Bool border
)
{
int x, y, w, h;
unsigned int len;