Changeset 8d2dd7f2 in mainline for uspace/lib/draw/gfx
- 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/gfx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/gfx/cursor-11x18.h
re48947e r8d2dd7f2 37 37 #define CURSOR_11X18_H_ 38 38 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 #define CURSOR_WIDTH 11 -
uspace/lib/draw/gfx/font-8x16.c
re48947e r8d2dd7f2 34 34 */ 35 35 36 #include <s ys/types.h>36 #include <stdint.h> 37 37 #include "font-8x16.h" 38 38 -
uspace/lib/draw/gfx/font-8x16.h
re48947e r8d2dd7f2 36 36 #define FONT_8X16_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include <stdbool.h> 40 40
Note:
See TracChangeset
for help on using the changeset viewer.