Changeset 46577995 in mainline for uspace/lib/gui/label.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/label.c
rfacacc71 r46577995 163 163 lbl->caption = str_dup(caption); 164 164 165 int rc = embedded_font_create(&lbl->font, points);165 errno_t rc = embedded_font_create(&lbl->font, points); 166 166 if (rc != EOK) { 167 167 free(lbl->caption);
Note:
See TracChangeset
for help on using the changeset viewer.