Changeset 4583015 in mainline for uspace/lib/ui/src/menubar.c
- Timestamp:
- 2022-03-07T16:10:44Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ca2680d
- Parents:
- 5c27e77
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/menubar.c
r5c27e77 r4583015 185 185 186 186 gfx_text_fmt_init(&fmt); 187 fmt.font = res->font; 187 188 fmt.halign = gfx_halign_left; 188 189 fmt.valign = gfx_valign_top; … … 215 216 goto error; 216 217 217 rc = gfx_puttext( res->font,&tpos, &fmt, caption);218 rc = gfx_puttext(&tpos, &fmt, caption); 218 219 if (rc != EOK) 219 220 goto error;
Note:
See TracChangeset
for help on using the changeset viewer.