Changeset b7fd2a0 in mainline for uspace/lib/gui/button.c
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/button.c
r36f0738 rb7fd2a0 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.