Changeset 46577995 in mainline for uspace/lib/gui/button.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
-
uspace/lib/gui/button.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/button.c
rfacacc71 r46577995 174 174 btn->caption = str_dup(caption); 175 175 176 int rc = embedded_font_create(&btn->font, points);176 errno_t rc = embedded_font_create(&btn->font, points); 177 177 if (rc != EOK) { 178 178 free(btn->caption);
Note:
See TracChangeset
for help on using the changeset viewer.
