xenocara/data/bitmaps/2x2

7 lines
272 B
Plaintext
Raw Normal View History

2006-11-25 09:15:45 -07:00
#define 2x2_width 16
#define 2x2_height 16
static char 2x2_bits[] = {
0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff,
0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33,
0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33};