X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FWM%2Fwm.h;h=4c25c92535e35ffe07b02c952a2827a6a7b95691;hb=099719a211c90b88e59e9dc08bcf18ec1a21573d;hp=8e6efa4aff9e563bb5d86e042eda3e162767600f;hpb=ab8c3b9e33290be704c87df38d3744cd31d656bd;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/WM/wm.h b/Usermode/Applications/axwin2_src/WM/wm.h index 8e6efa4a..4c25c925 100644 --- a/Usermode/Applications/axwin2_src/WM/wm.h +++ b/Usermode/Applications/axwin2_src/WM/wm.h @@ -13,12 +13,17 @@ typedef struct sElement short PaddingL, PaddingR; short PaddingT, PaddingB; - short MinWidth, MinHeight; short GapSize; - short Size; // Size attribute + short FixedWith; // Fixed Long Size attribute (height) + short FixedCross; // Fixed Cross Size attribute (width) char *Text; + + // -- Attributes maitained by the element code + // Not touched by the user + short MinWith; // Minimum long size + short MinCross; // Minimum cross size void *Data; uint32_t Flags;