gimp/cursors/zoom_in_mask.xbm

10 lines
466 B
C

/* Created with The GIMP */
#define zoom_in_mask_width 22
#define zoom_in_mask_height 18
static char zoom_in_mask_bits[] = {
0xf8, 0x03, 0x00, 0xfc, 0x07, 0x00, 0xfe, 0x0f, 0x00, 0x1f, 0x1f, 0x0e,
0x0f, 0x1e, 0x0e, 0x07, 0x9c, 0x3f, 0x07, 0x9c, 0x3f, 0x07, 0x9c, 0x3f,
0x0f, 0x1e, 0x0e, 0x1f, 0x1f, 0x0e, 0xfe, 0x3f, 0x00, 0xfc, 0x7f, 0x00,
0xf8, 0xff, 0x00, 0x00, 0xfc, 0x01, 0x00, 0xf8, 0x03, 0x00, 0xf0, 0x03,
0x00, 0xe0, 0x03, 0x00, 0xc0, 0x01 };