mirror of https://github.com/GNOME/gimp.git
17 lines
1.0 KiB
C
17 lines
1.0 KiB
C
#define cursor_corner_bottom_right_mask_width 32
|
|
#define cursor_corner_bottom_right_mask_height 32
|
|
#define cursor_corner_bottom_right_mask_x_hot 10
|
|
#define cursor_corner_bottom_right_mask_y_hot 10
|
|
static unsigned char cursor_corner_bottom_right_mask_bits[] = {
|
|
0x00, 0x04, 0x00, 0x00, 0xc0, 0x0e, 0x00, 0x00, 0xe0, 0x0e, 0x00, 0x00,
|
|
0xf0, 0x0e, 0x00, 0x00, 0xf8, 0x0e, 0x00, 0x00, 0xfc, 0x0e, 0x00, 0x00,
|
|
0xfe, 0x0e, 0x00, 0x00, 0xfe, 0x0e, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00,
|
|
0xfe, 0x00, 0x00, 0x00, 0xff, 0x01, 0x00, 0x00, 0xfe, 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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|