xref
: /
netbsd-src
/
external
/
gpl2
/
groff
/
dist
/
src
/
devices
/
xditview
/
gray7.bm
(revision 89a07cf815a29524268025a1139fac4c5190f765)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#define gray7_width 3
2
#define gray7_height 3
3
static char gray7_bits[] = {
4
0x05, 0x07, 0x03};
5