Changeset b71c0fc in mainline for uspace/lib/ui/private


Ignore:
Timestamp:
2020-11-07T16:07:22Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d55ab823
Parents:
fa01c05
Message:

Make fixed layout a UI control and hook it up to the window

Location:
uspace/lib/ui/private
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/fixed.h

    rfa01c05 rb71c0fc  
    4848 */
    4949struct ui_fixed {
     50        /** Base control object */
     51        struct ui_control *control;
    5052        /** Layout elements (ui_fixed_elem_t) */
    5153        list_t elem;
  • uspace/lib/ui/private/window.h

    rfa01c05 rb71c0fc  
    6363        /** Window decoration */
    6464        struct ui_wdecor *wdecor;
     65        /** Top-level control in the application area */
     66        struct ui_control *control;
    6567};
    6668
Note: See TracChangeset for help on using the changeset viewer.