diff options
Diffstat (limited to 'src/point.h')
-rw-r--r-- | src/point.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/point.h b/src/point.h new file mode 100644 index 00000000000..7bae693f2d4 --- /dev/null +++ b/src/point.h @@ -0,0 +1,5 @@ +#define point_width 5 +#define point_height 19 +static char point_bits[] = { + 0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f}; |