X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fgadgets.h;h=7b8ce7f52853527b3bdc338511bce666bea9c77f;hb=61c3da024802ecc0268bab42d7499fc0346e4fd3;hp=43125d66b3ab34b7d06c10a57d252678e5253bfa;hpb=e9306042d9ea3bc310590fe16653538905a9b99d;p=rocksndiamonds.git diff --git a/src/libgame/gadgets.h b/src/libgame/gadgets.h index 43125d66..7b8ce7f5 100644 --- a/src/libgame/gadgets.h +++ b/src/libgame/gadgets.h @@ -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? */