Changeset b71c0fc in mainline for uspace/lib/ui/private/fixed.h
- Timestamp:
- 2020-11-07T16:07:22Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d55ab823
- Parents:
- fa01c05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/fixed.h
rfa01c05 rb71c0fc 48 48 */ 49 49 struct ui_fixed { 50 /** Base control object */ 51 struct ui_control *control; 50 52 /** Layout elements (ui_fixed_elem_t) */ 51 53 list_t elem;
Note:
See TracChangeset
for help on using the changeset viewer.