mirror of https://github.com/GNOME/gimp.git
8 lines
316 B
C
8 lines
316 B
C
/* Created with The GIMP */
|
|
#define bad_mask_width 16
|
|
#define bad_mask_height 16
|
|
static char bad_mask_bits[] = {
|
|
0xf0, 0x0f, 0xfc, 0x3f, 0xfe, 0x7f, 0xfe, 0x7f, 0x3f, 0xff, 0x9f, 0xff,
|
|
0xcf, 0xff, 0xef, 0xff, 0xff, 0xf7, 0xff, 0xf3, 0xff, 0xf9, 0xff, 0xfc,
|
|
0xfe, 0x7f, 0xfe, 0x7f, 0xfc, 0x3f, 0xf0, 0x0f };
|