Changeset ece5982 in mainline
- Timestamp:
- 2021-02-25T16:57:30Z (18 months ago)
- Branches:
- lfn, master, serial
- Children:
- fe40b67
- Parents:
- bac8acab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/src/text.c
rbac8acab rece5982 178 178 break; 179 179 case gfx_halign_right: 180 cpos.x -= width ;180 cpos.x -= width - 1; 181 181 break; 182 182 default:
Note: See TracChangeset
for help on using the changeset viewer.