mirror of https://github.com/GNOME/gimp.git
17 lines
994 B
C
17 lines
994 B
C
#define cursor_side_right_width 32
|
|
#define cursor_side_right_height 32
|
|
#define cursor_side_right_x_hot 10
|
|
#define cursor_side_right_y_hot 10
|
|
static unsigned char cursor_side_right_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,
|
|
0x18, 0x04, 0x00, 0x00, 0x28, 0x04, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00,
|
|
0x88, 0x00, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00,
|
|
0x48, 0x00, 0x00, 0x00, 0x28, 0x04, 0x00, 0x00, 0x18, 0x04, 0x00, 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 };
|