Changeset a130983 in mainline for uspace/lib/ui/src/paint.c
- Timestamp:
- 2022-11-17T19:56:07Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 901b302
- Parents:
- 5d62130
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/paint.c
r5d62130 ra130983 922 922 tfmt.color = fmt->color; 923 923 tfmt.halign = fmt->halign; 924 tfmt. justify_width = fmt->justify_width;924 tfmt.width = fmt->width; 925 925 tfmt.valign = fmt->valign; 926 926 tfmt.underline = false;
Note:
See TracChangeset
for help on using the changeset viewer.