Changes in uspace/srv/hid/output/gfx/font-8x16.c [28a5ebd:4122410] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/gfx/font-8x16.c
r28a5ebd r4122410 45 45 * 46 46 */ 47 uint16_t fb_font_glyph(const char32_t ch)47 uint16_t fb_font_glyph(const wchar_t ch) 48 48 { 49 49 if (ch == 0x0000)
Note:
See TracChangeset
for help on using the changeset viewer.