rnd-20111007-1-src
[rocksndiamonds.git] / src / libgame / gadgets.h
index 43125d66b3ab34b7d06c10a57d252678e5253bfa..7b8ce7f52853527b3bdc338511bce666bea9c77f 100644 (file)
@@ -135,7 +135,7 @@ struct GadgetDecoration
 
 struct GadgetEvent
 {
-  unsigned long type;                  /* event type */
+  unsigned int type;                   /* event type */
   int button;                          /* button number for button events */
   int x, y;                            /* gadget position at event time */
   boolean off_borders;                 /* mouse pointer outside gadget? */