mirror of https://github.com/GNOME/gimp.git
17 lines
1019 B
C
17 lines
1019 B
C
#define cursor_side_right_mask_width 32
|
|
#define cursor_side_right_mask_height 32
|
|
#define cursor_side_right_mask_x_hot 10
|
|
#define cursor_side_right_mask_y_hot 10
|
|
static unsigned char cursor_side_right_mask_bits[] = {
|
|
0x00, 0x04, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00,
|
|
0x00, 0x0e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00,
|
|
0x18, 0x0e, 0x00, 0x00, 0x38, 0x0e, 0x00, 0x00, 0x78, 0x04, 0x00, 0x00,
|
|
0xf8, 0x00, 0x00, 0x00, 0xf8, 0x01, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00,
|
|
0x78, 0x04, 0x00, 0x00, 0x38, 0x0e, 0x00, 0x00, 0x18, 0x0e, 0x00, 0x00,
|
|
0x00, 0x0e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00,
|
|
0x00, 0x0e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x04, 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 };
|