xref
: /
netbsd-src
/
external
/
gpl2
/
groff
/
dist
/
src
/
devices
/
xditview
/
gray2.bm
(revision eceb233b9bd0dfebb902ed73b531ae6964fa3f9b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#define gray2_width 3
2
#define gray2_height 3
3
static char gray2_bits[] = {
4
0x00, 0x03, 0x00};
5