xref
: /
netbsd-src
/
external
/
gpl2
/
groff
/
dist
/
src
/
devices
/
xditview
/
gray5.bm
(revision ae87de8892f277bece3527c15b186ebcfa188227)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#define gray5_width 3
2
#define gray5_height 3
3
static char gray5_bits[] = {
4
0x04, 0x07, 0x02};
5