Changeset dd65f4f7 in mainline for uspace/lib/gfxfont/private/glyph_bmp.h
- Timestamp:
- 2020-09-27T09:26:41Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d8cdaf1b
- Parents:
- efca2e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/private/glyph_bmp.h
refca2e4 rdd65f4f7 39 39 40 40 #include <gfx/coord.h> 41 #include <types/gfx/glyph_bmp.h> 41 42 42 43 /** Glyph bitmap … … 57 58 }; 58 59 60 extern void gfx_glyph_bmp_find_used_rect(gfx_glyph_bmp_t *, gfx_rect_t *); 61 59 62 #endif 60 63
Note:
See TracChangeset
for help on using the changeset viewer.