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

6
view.c
View File

@ -7,7 +7,7 @@
/* static */
static Client *
minclient() {
minclient(void) {
Client *c, *min;
if((clients && clients->isfloat) || arrange == dofloat)
@ -25,7 +25,7 @@ nexttiled(Client *c) {
}
static void
reorder() {
reorder(void) {
Client *c, *newclients, *tail;
newclients = tail = NULL;
@ -225,7 +225,7 @@ resizecol(Arg *arg) {
}
void
restack() {
restack(void) {
Client *c;
XEvent ev;