Mercurial > aewl
diff main.c @ 487:be4f90c03582
applied Jukkas patch
author | arg@mmvi |
---|---|
date | Mon, 25 Sep 2006 08:21:51 +0200 |
parents | 2d8af0d7920d |
children | 2c29d74b11dc |
line wrap: on
line diff
--- a/main.c Fri Sep 22 18:48:35 2006 +0200 +++ b/main.c Mon Sep 25 08:21:51 2006 +0200 @@ -38,7 +38,7 @@ static Bool otherwm, readin; static void -cleanup() { +cleanup(void) { close(STDIN_FILENO); while(sel) { resize(sel, True, TopLeft); @@ -58,7 +58,7 @@ } static void -scan() { +scan(void) { unsigned int i, num; Window *wins, d1, d2; XWindowAttributes wa; @@ -79,7 +79,7 @@ } static void -setup() { +setup(void) { int i, j; unsigned int mask; Window w;