X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.h;h=e77cd86c99204380aac547261b82fd2fa2def85a;hp=934239f202d030d2c51cd4826185bee807017f9d;hb=f78f30b84a0345ea31b30c5bd95e338c9d9ebd4b;hpb=9c92df9586b75ab4afc1345e944108e95e2f8174 diff --git a/src/tape.h b/src/tape.h index 934239f2..e77cd86c 100644 --- a/src/tape.h +++ b/src/tape.h @@ -96,41 +96,41 @@ struct TapeButtonInfo { - struct Rect eject; - struct Rect stop; - struct Rect pause; - struct Rect record; - struct Rect play; + struct XY eject; + struct XY stop; + struct XY pause; + struct XY record; + struct XY play; }; struct TapeSymbolInfo { - struct Rect eject; - struct Rect stop; - struct Rect pause; - struct Rect record; - struct Rect play; - struct Rect fast_forward; - struct Rect warp_forward; - struct Rect warp_forward_blind; - struct Rect pause_before_end; - struct Rect single_step; + struct XY eject; + struct XY stop; + struct XY pause; + struct XY record; + struct XY play; + struct XY fast_forward; + struct XY warp_forward; + struct XY warp_forward_blind; + struct XY pause_before_end; + struct XY single_step; }; struct TapeLabelInfo { - struct Rect eject; - struct Rect stop; - struct Rect pause; - struct Rect record; - struct Rect play; - struct Rect fast_forward; - struct Rect warp_forward; - struct Rect warp_forward_blind; - struct Rect pause_before_end; - struct Rect single_step; - struct Rect date; - struct Rect time; + struct XY eject; + struct XY stop; + struct XY pause; + struct XY record; + struct XY play; + struct XY fast_forward; + struct XY warp_forward; + struct XY warp_forward_blind; + struct XY pause_before_end; + struct XY single_step; + struct XY date; + struct XY time; }; struct TapeTextInfo