Changeset d53af3c8 in mainline for uspace/lib/gfxfont/private/glyph.h
- Timestamp:
- 2020-09-18T23:00:44Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ee3157
- Parents:
- 7bef2d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/private/glyph.h
r7bef2d8 rd53af3c8 41 41 #include <gfx/coord.h> 42 42 #include <types/gfx/glyph.h> 43 #include <riff/chunk.h> 43 44 44 45 /** Glyph … … 76 77 extern errno_t gfx_glyph_transfer(gfx_glyph_t *, gfx_coord_t, gfx_bitmap_t *, 77 78 gfx_rect_t *); 79 extern errno_t gfx_glyph_save(gfx_glyph_t *, riffw_t *); 78 80 79 81 #endif
Note:
See TracChangeset
for help on using the changeset viewer.