From 6b25d06d7d159bf89d740847fedc876ab0137b6b Mon Sep 17 00:00:00 2001 From: "arg@mmvi" Date: Mon, 25 Sep 2006 08:21:51 +0200 Subject: applied Jukkas patch --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index b3c753e..7cd3a32 100644 --- a/main.c +++ b/main.c @@ -38,7 +38,7 @@ static int (*xerrorxlib)(Display *, XErrorEvent *); static Bool otherwm, readin; static void -cleanup() { +cleanup(void) { close(STDIN_FILENO); while(sel) { resize(sel, True, TopLeft); @@ -58,7 +58,7 @@ cleanup() { } static void -scan() { +scan(void) { unsigned int i, num; Window *wins, d1, d2; XWindowAttributes wa; @@ -79,7 +79,7 @@ scan() { } static void -setup() { +setup(void) { int i, j; unsigned int mask; Window w; -- cgit v1.2.3