rnd-19981217-2
[rocksndiamonds.git] / src / buttons.h
index 34797401c7b5529b510f9068f73957d389186709..255c82436d4f497709c88c3e6ed770cec052037f 100644 (file)
@@ -330,6 +330,7 @@ struct GadgetEvent
   unsigned long 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? */
 };
 
 struct GadgetDrawingArea