rnd-20000720-1-src
[rocksndiamonds.git] / src / buttons.h
index f3d93c89e94584437d936ecd9d9379a20e779273..85b38b533047d4524881b991c917347bb4262c8f 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