Cross Reference: gray
xref
: /
xsrc
/
external
/
mit
/
xbitmaps
/
dist
/
gray
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/xbitmaps/dist/
1
#define gray_width 2
2
#define gray_height 2
3
static char gray_bits[] = {
4
0x01, 0x02};
5