Changeset b71c0fc in mainline for uspace/lib/ui/private/fixed.h


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

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.