Changeset b433f68 in mainline for uspace/lib/ui/src/entry.c
- Timestamp:
- 2021-02-26T16:23:36Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77ffa01
- Parents:
- fe40b67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/entry.c
rfe40b67 rb433f68 208 208 209 209 gfx_text_fmt_init(&fmt); 210 fmt.color = entry->res->entry_fg_color; 210 211 fmt.halign = entry->halign; 211 212 fmt.valign = gfx_valign_top; 212 213 rc = gfx_set_color(entry->res->gc, entry->res->entry_fg_color);214 if (rc != EOK)215 goto error;216 213 217 214 rc = gfx_puttext(entry->res->font, &pos, &fmt, entry->text);
Note:
See TracChangeset
for help on using the changeset viewer.