Changeset 7a5702fa in mainline
- Timestamp:
- 2023-07-24T16:22:53Z (19 months ago)
- Branches:
- ticket/834-toolchain-update
- Children:
- 2fe799a
- Parents:
- 3dfb152
- git-author:
- Vojtech Horky <vojtech.horky@…> (2023-07-24 11:14:51)
- git-committer:
- Vojtech Horky <vojtech.horky@…> (2023-07-24 16:22:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/test/tpf.c
r3dfb152 r7a5702fa 118 118 gfx_font_props_init(&props); 119 119 props.size = test_font_size; 120 props.flags = test_font_flags;120 props.flags = (gfx_font_flags_t) test_font_flags; 121 121 122 122 gfx_font_metrics_init(&metrics);
Note:
See TracChangeset
for help on using the changeset viewer.