mirror of https://github.com/GNOME/gimp.git
17 lines
989 B
C
17 lines
989 B
C
#define cursor_side_left_width 32
|
|
#define cursor_side_left_height 32
|
|
#define cursor_side_left_x_hot 10
|
|
#define cursor_side_left_y_hot 10
|
|
static unsigned char cursor_side_left_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00,
|
|
0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00,
|
|
0x00, 0x04, 0x03, 0x00, 0x00, 0x84, 0x02, 0x00, 0x00, 0x40, 0x02, 0x00,
|
|
0x00, 0x20, 0x02, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x20, 0x02, 0x00,
|
|
0x00, 0x40, 0x02, 0x00, 0x00, 0x84, 0x02, 0x00, 0x00, 0x04, 0x03, 0x00,
|
|
0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00,
|
|
0x00, 0x04, 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, 0x00, 0x00, 0x00, 0x00 };
|