Changeset e2b47b3c in mainline
- Timestamp:
- 2026-04-20T13:46:27Z (3 weeks ago)
- Branches:
- master
- Children:
- 2c21595
- Parents:
- 5df2570
- git-author:
- Jiri Svoboda <jiri@…> (2026-04-20 17:46:15)
- git-committer:
- Jiri Svoboda <jiri@…> (2026-04-20 13:46:27)
- File:
-
- 1 edited
-
uspace/lib/ui/src/wdecor.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/wdecor.c
r5df2570 re2b47b3c 1369 1369 fmt.valign = gfx_valign_top; 1370 1370 1371 rc = gfx_puttext(&pbutton->rect.p0, &fmt, "[ \u25a0]");1371 rc = gfx_puttext(&pbutton->rect.p0, &fmt, "[X]"); 1372 1372 if (rc != EOK) 1373 1373 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.
