Changes in uspace/lib/gui/button.c [38d150e:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/button.c
r38d150e 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.