mirror of https://github.com/GNOME/gimp.git
12 lines
499 B
C
12 lines
499 B
C
/* Created with The GIMP */
|
|
#define zoom_in_width 22
|
|
#define zoom_in_height 18
|
|
#define zoom_in_x_hot 6
|
|
#define zoom_in_y_hot 6
|
|
static char zoom_in_bits[] = {
|
|
0x00, 0x00, 0x00, 0xf0, 0x01, 0x00, 0x08, 0x02, 0x00, 0x04, 0x04, 0x00,
|
|
0x02, 0x08, 0x04, 0x02, 0x08, 0x04, 0x02, 0x08, 0x1f, 0x02, 0x08, 0x04,
|
|
0x02, 0x08, 0x04, 0x04, 0x04, 0x00, 0x08, 0x0e, 0x00, 0xf0, 0x1d, 0x00,
|
|
0x00, 0x38, 0x00, 0x00, 0x70, 0x00, 0x00, 0xe0, 0x00, 0x00, 0xc0, 0x01,
|
|
0x00, 0x80, 0x00, 0x00, 0x00, 0x00 };
|