xenocara/data/bitmaps/black

7 lines
278 B
Plaintext
Raw Normal View History

2006-11-25 09:15:45 -07:00
#define black_width 16
#define black_height 16
static char black_bits[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};