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