gimp/pixmaps/layer.xbm

10 lines
482 B
C
Raw Normal View History

1997-11-25 06:05:25 +08:00
#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};