diff options
author | wlemb <wlemb> | 2000-02-06 09:34:01 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2000-02-06 09:34:01 +0000 |
commit | 653c6faab591f3c5f290a18a7f58c29cb1a3b0a7 (patch) | |
tree | 633fec7ba17c3da901e7725d1907a103a17e4532 /src/xditview/gray6.bm | |
download | groff-653c6faab591f3c5f290a18a7f58c29cb1a3b0a7.tar.gz |
Initial revision
Diffstat (limited to 'src/xditview/gray6.bm')
-rw-r--r-- | src/xditview/gray6.bm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xditview/gray6.bm b/src/xditview/gray6.bm new file mode 100644 index 00000000..b76701db --- /dev/null +++ b/src/xditview/gray6.bm @@ -0,0 +1,4 @@ +#define gray6_width 3 +#define gray6_height 3 +static char gray6_bits[] = { + 0x04, 0x07, 0x03}; |