mirror of https://github.com/GNOME/gimp.git
17 lines
1.0 KiB
C
17 lines
1.0 KiB
C
#define cursor_corner_bottom_left_mask_width 32
|
|
#define cursor_corner_bottom_left_mask_height 32
|
|
#define cursor_corner_bottom_left_mask_x_hot 10
|
|
#define cursor_corner_bottom_left_mask_y_hot 10
|
|
static unsigned char cursor_corner_bottom_left_mask_bits[] = {
|
|
0x00, 0x04, 0x00, 0x00, 0x00, 0x6e, 0x00, 0x00, 0x00, 0xee, 0x00, 0x00,
|
|
0x00, 0xee, 0x01, 0x00, 0x00, 0xee, 0x03, 0x00, 0x00, 0xee, 0x07, 0x00,
|
|
0x00, 0xee, 0x0f, 0x00, 0x00, 0xee, 0x0f, 0x00, 0x00, 0x04, 0x00, 0x00,
|
|
0x00, 0xe0, 0x0f, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0xe0, 0x0f, 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 };
|