Changeset 8c772c4 in mainline for uspace/lib/ui/private/ui.h


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

Create UI controls based on UI object instead of based on UI resource

We want to be a bit more generic. Better not expose UI resource
(at least not in this particular case).

File:
1 edited

Legend:

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

    rd55ab823 r8c772c4  
    4848        /** Display */
    4949        display_t *display;
     50        /** UI resource */
     51        struct ui_resource *resource;
    5052        /** Output owned by UI, clean up when destroying UI */
    5153        bool myoutput;
Note: See TracChangeset for help on using the changeset viewer.