--- evbind.c.orig Thu Jan 13 22:36:05 1994 +++ ./evbind.c Sat Jul 17 10:04:14 1999 @@ -5,7 +5,7 @@ */ #ifdef IDENT -#ident "@(#)evbind.c 1.5 olvwm version 07 Jan 1994" +#ident "@(#)evbind.c 1.7 olvwm version 01/13/98" #endif /* @@ -20,7 +20,9 @@ #include #include +#ifdef __STDC__ #include +#endif #include #include #include @@ -137,7 +139,7 @@ */ typedef struct { - int state; + unsigned int state; int button; SemanticAction action; } MouseBinding;