applied Jukkas patch

This commit is contained in:
arg@mmvi
2006-09-25 08:21:51 +02:00
parent cff951c650
commit 6b25d06d7d
6 changed files with 19 additions and 19 deletions

4
draw.c
View File

@ -80,7 +80,7 @@ drawtext(const char *text, unsigned long col[ColLast], Bool highlight) {
/* extern */
void
drawall() {
drawall(void) {
Client *c;
for(c = clients; c; c = getnext(c->next))
@ -89,7 +89,7 @@ drawall() {
}
void
drawstatus() {
drawstatus(void) {
int i, x;
dc.x = dc.y = 0;