Changeset b71c0fc in mainline for uspace/lib/ui/private/window.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/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.