gimp/cursors/mouse_rectangle_mask.xbm

7 lines
343 B
C

#define mouse_rectangle_mask_width 14
#define mouse_rectangle_mask_height 17
static unsigned char mouse_rectangle_mask_bits[] = {
0x03, 0x00, 0x07, 0x00, 0x0f, 0x00, 0x1f, 0x00, 0x3f, 0x00, 0x7f, 0x00,
0xff, 0x00, 0xff, 0x01, 0xff, 0x03, 0xff, 0x01, 0xbf, 0x3f, 0x87, 0x3f,
0x83, 0x3f, 0x80, 0x3f, 0x80, 0x3f, 0x80, 0x3f, 0x80, 0x3f, };