X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fbuttons.h;h=368fa9eed1940a29cdb36059fd1e6c0010c5e7b0;hb=b9c7e4a42762c8526702726f1404d3e75dbc29f5;hp=f3d93c89e94584437d936ecd9d9379a20e779273;hpb=4c8c9d74169f09d9b21e3ea0d826b60cda37caaa;p=rocksndiamonds.git diff --git a/src/buttons.h b/src/buttons.h index f3d93c89..368fa9ee 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 @@ -260,6 +260,6 @@ boolean anyTextGadgetActive(); void ClickOnGadget(struct GadgetInfo *, int); void HandleGadgets(int, int, int); -void HandleGadgetsKeyInput(KeySym); +void HandleGadgetsKeyInput(Key); #endif