xref
: /
freebsd-9-stable
/
contrib
/
groff
/
src
/
devices
/
xditview
/
gray8.bm
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#define gray8_width 3
2
#define gray8_height 3
3
static char gray8_bits[] = {
4
0x05, 0x07, 0x07};
5