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 diff
     1.1 --- a/main.c	Fri Sep 22 18:48:35 2006 +0200
     1.2 +++ b/main.c	Mon Sep 25 08:21:51 2006 +0200
     1.3 @@ -38,7 +38,7 @@
     1.4  static Bool otherwm, readin;
     1.5  
     1.6  static void
     1.7 -cleanup() {
     1.8 +cleanup(void) {
     1.9  	close(STDIN_FILENO);
    1.10  	while(sel) {
    1.11  		resize(sel, True, TopLeft);
    1.12 @@ -58,7 +58,7 @@
    1.13  }
    1.14  
    1.15  static void
    1.16 -scan() {
    1.17 +scan(void) {
    1.18  	unsigned int i, num;
    1.19  	Window *wins, d1, d2;
    1.20  	XWindowAttributes wa;
    1.21 @@ -79,7 +79,7 @@
    1.22  }
    1.23  
    1.24  static void
    1.25 -setup() {
    1.26 +setup(void) {
    1.27  	int i, j;
    1.28  	unsigned int mask;
    1.29  	Window w;