view src/bitmaps/gray.xbm @ 69267:c3f3f618663b
*** empty log message ***
author |
Eli Zaretskii <eliz@gnu.org> |
date |
Fri, 03 Mar 2006 12:20:26 +0000 (2006-03-03) |
parents |
8f14d08e19f7 |
children |
|
line source
#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
0x01, 0x02};