Changeset 8d2dd7f2 in mainline for uspace/lib/draw/font
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/lib/draw/font
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/font/bitmap_backend.h
re48947e r8d2dd7f2 38 38 #define DRAW_FONT_BITMAP_BACKEND_H_ 39 39 40 #include <s ys/types.h>40 #include <stdint.h> 41 41 42 42 #include "../font.h" -
uspace/lib/draw/font/embedded.c
re48947e r8d2dd7f2 35 35 */ 36 36 37 #include <s ys/types.h>37 #include <stdint.h> 38 38 #include <malloc.h> 39 39 #include <errno.h> -
uspace/lib/draw/font/pcf.c
re48947e r8d2dd7f2 34 34 */ 35 35 36 #include <sys/types.h> 36 #include <stddef.h> 37 #include <stdint.h> 37 38 #include <malloc.h> 38 39 #include <errno.h>
Note:
See TracChangeset
for help on using the changeset viewer.