mirror of https://github.com/GNOME/gimp.git
18 lines
985 B
C
18 lines
985 B
C
/* Created with The GIMP */
|
|
#define zoom_small_width 32
|
|
#define zoom_small_height 32
|
|
#define zoom_small_x_hot 0
|
|
#define zoom_small_y_hot 0
|
|
static unsigned char zoom_small_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, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x84, 0x00,
|
|
0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x01, 0x02,
|
|
0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x02, 0x01,
|
|
0x00, 0x00, 0x84, 0x03, 0x00, 0x00, 0x78, 0x07, 0x00, 0x00, 0x00, 0x0e,
|
|
0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x70,
|
|
0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00 };
|