rnd-19990126-2
[rocksndiamonds.git] / src / buttons.h
index 55499229c249eb0c9dd1383da9024a69483386cf..9ef1acec549617484e71fde80fd35a8d04b26d84 100644 (file)
@@ -430,13 +430,13 @@ void FreeGadget(struct GadgetInfo *);
 void ModifyGadget(struct GadgetInfo *, int, ...);
 void RedrawGadget(struct GadgetInfo *);
 
-void ClickOnGadget(struct GadgetInfo *);
-
 void MapGadget(struct GadgetInfo *);
 void UnmapGadget(struct GadgetInfo *);
 void UnmapAllGadgets();
 void RemapAllGadgets();
 
+void ClickOnGadget(struct GadgetInfo *);
+
 void HandleGadgets(int, int, int);
 void HandleGadgetsKeyInput(KeySym);