Usermode/AxWin3 - Reworked widget minimum sizes, fixed bugs
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / renderer_widget.h
index 15bba75..3cbed87 100644 (file)
@@ -48,8 +48,8 @@ struct sAxWin_Element
        
        // -- Attributes maitained by the element code
        // Not touched by the user
-       short   MinWith;        //!< Minimum long size
-       short   MinCross;       //!< Minimum cross size
+       short   MinW;   //!< Minimum long size
+       short   MinH;   //!< Minimum cross size
        void    *Data;  //!< Per-type data
        
        // -- Render Cache

UCC git Repository :: git.ucc.asn.au