mirror of https://github.com/GNOME/gimp.git
10 lines
482 B
C
10 lines
482 B
C
#define layer_width 21
|
|
#define layer_height 21
|
|
static unsigned char layer_bits[] = {
|
|
0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0xe0, 0x01, 0x00, 0xe0, 0x01, 0x00,
|
|
0xe0, 0x01, 0x00, 0xe0, 0x01, 0x00, 0xe0, 0x01, 0x00, 0xe0, 0x01, 0x00,
|
|
0xe0, 0x01, 0x00, 0xe0, 0x01, 0x00, 0xe0, 0x01, 0x00, 0xe0, 0x01, 0x00,
|
|
0xe0, 0x01, 0x00, 0xe0, 0x01, 0x00, 0xe0, 0x01, 0x00, 0xe0, 0x01, 0x00,
|
|
0xe0, 0xff, 0x01, 0xe0, 0xff, 0x01, 0xe0, 0xff, 0x01, 0xe0, 0xff, 0x01,
|
|
0x00, 0x00, 0x00};
|