Changes in uspace/lib/draw/font/pcf.c [2bb6d04:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/font/pcf.c
r2bb6d04 r28a5ebd 143 143 } 144 144 145 static errno_t pcf_resolve_glyph(void *opaque_data, const wchar_t chr,145 static errno_t pcf_resolve_glyph(void *opaque_data, const char32_t chr, 146 146 glyph_id_t *glyph_id) 147 147 {
Note:
See TracChangeset
for help on using the changeset viewer.