view src/bitmaps/gray.xbm @ 103278:b060b5f61a60
Regenerate.
author |
Chong Yidong <cyd@stupidchicken.com> |
date |
Sat, 23 May 2009 03:12:49 +0000 (2009-05-23) |
parents |
8f14d08e19f7 |
children |
|
line source
#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
0x01, 0x02};