mirror of https://github.com/GNOME/gimp.git
18 lines
1010 B
C
18 lines
1010 B
C
/* Created with The GIMP */
|
|
#define zoom_small_mask_width 32
|
|
#define zoom_small_mask_height 32
|
|
#define zoom_small_mask_x_hot 0
|
|
#define zoom_small_mask_y_hot 0
|
|
static unsigned char zoom_small_mask_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0xfe, 0x01,
|
|
0x00, 0x00, 0x87, 0x03, 0x00, 0x80, 0x03, 0x07, 0x00, 0x80, 0x03, 0x07,
|
|
0x00, 0x80, 0x03, 0x07, 0x00, 0x80, 0x03, 0x07, 0x00, 0x00, 0x87, 0x03,
|
|
0x00, 0x00, 0xfe, 0x07, 0x00, 0x00, 0xfc, 0x0f, 0x00, 0x00, 0x78, 0x1f,
|
|
0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x00, 0xf8,
|
|
0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x20 };
|