X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fbuttons.h;fp=src%2Fbuttons.h;h=85b38b533047d4524881b991c917347bb4262c8f;hb=36357e8399d0a42ac45a1cd096aee24a9008b5f5;hp=f3d93c89e94584437d936ecd9d9379a20e779273;hpb=8d46c5298f0fcce7bdb52f3835b2fbbdc403dfe0;p=rocksndiamonds.git diff --git a/src/buttons.h b/src/buttons.h index f3d93c89..85b38b53 100644 --- a/src/buttons.h +++ b/src/buttons.h @@ -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