diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-01-12 09:51:43 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-01-12 09:51:43 +0000 |
commit | 444af277afc4fa51b06754d2b0e090a2f9a72141 (patch) | |
tree | b4c63dc8514e7f9aa232bdf3928c008c1008b783 /contrib/groff/xditview/gray2.bm | |
parent | f560c4e709d6f3b1edb5349d928670577918afb8 (diff) | |
parent | e159d2bd86eea9be07f2695f85b3543935869a3b (diff) |
This commit was generated by cvs2svn to compensate for changes in r55839,
which included commits to RCS files with non-trunk default branches.
Notes
Notes:
svn path=/head/; revision=55840
Diffstat (limited to 'contrib/groff/xditview/gray2.bm')
-rw-r--r-- | contrib/groff/xditview/gray2.bm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/groff/xditview/gray2.bm b/contrib/groff/xditview/gray2.bm new file mode 100644 index 000000000000..e87a1bcc073c --- /dev/null +++ b/contrib/groff/xditview/gray2.bm @@ -0,0 +1,4 @@ +#define gray2_width 3 +#define gray2_height 3 +static char gray2_bits[] = { + 0x00, 0x03, 0x00}; |