--- 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 <sys/types.h>
 #include <sys/time.h>
 
+#ifdef __STDC__
 #include <X11/Intrinsic.h>
+#endif
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #include <X11/keysym.h>
@@ -137,7 +139,7 @@
  */
 
 typedef struct {
-    int state;
+    unsigned int state;
     int button;
     SemanticAction action;
 } MouseBinding;
