rnd-20000721-1-src
[rocksndiamonds.git] / src / buttons.h
index f3d93c89e94584437d936ecd9d9379a20e779273..368fa9eed1940a29cdb36059fd1e6c0010c5e7b0 100644 (file)
@@ -167,8 +167,8 @@ struct GadgetBorder
 
 struct GadgetDesign
 {
-  Pixmap pixmap;                       /* Pixmap with gadget surface */
-  int x, y;                            /* position of rectangle in Pixmap */
+  Bitmap bitmap;                       /* Bitmap with gadget surface */
+  int x, y;                            /* position of rectangle in Bitmap */
 };
 
 struct GadgetDecoration
@@ -260,6 +260,6 @@ boolean anyTextGadgetActive();
 void ClickOnGadget(struct GadgetInfo *, int);
 
 void HandleGadgets(int, int, int);
-void HandleGadgetsKeyInput(KeySym);
+void HandleGadgetsKeyInput(Key);
 
 #endif