2004-06-04 Michael Natterer <mitch@gimp.org> * cursors/*.xbm: removed... * cursors/xbm/*.xbm: ...and added here instead. Renamed them all to match the PNG file names. * cursors/Makefile.am: changed accordingly. * app/widget/gimpcursor.c: ditto. Merged the two cursor creating functions again because they duplicated too much code.
15 lines
961 B
C
15 lines
961 B
C
/* Created with The GIMP */
|
|
#define tool_flip_horizontal_width 32
|
|
#define tool_flip_horizontal_height 32
|
|
static unsigned char tool_flip_horizontal_bits[] = {
|
|
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, 0x04, 0x04,
|
|
0x00, 0x00, 0x06, 0x0c, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x80, 0x07, 0x3c,
|
|
0x00, 0x00, 0xff, 0x1f, 0x00, 0x00, 0x06, 0x0c, 0x00, 0x00, 0x04, 0x04,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|