From d427b66a664c0e1ffc818dfa5b87b45b4857d2ae Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 13 Jan 1992 21:48:03 +0000 Subject: entered into RCS --- src/point.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/point.h (limited to 'src/point.h') 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}; -- cgit v1.2.3