5 lines
170 B
C
5 lines
170 B
C
/* Created with The GIMP */
|
|
#define tiny_mask_width 7
|
|
#define tiny_mask_height 7
|
|
static unsigned char tiny_mask_bits[] = {
|
|
0x00, 0x08, 0x08, 0x3e, 0x08, 0x08, 0x00 };
|