gimp/cursors/dropper.xbm
Michael Natterer 84c37e4ab4 cursors/dropper.xbm moved the dropper cursor some pixels to the bottom
2003-11-04  Michael Natterer  <mitch@gimp.org>

	* cursors/dropper.xbm
	* cursors/dropper_mask.xbm: moved the dropper cursor some pixels
	to the bottom left corner so it can be used together with the FG
	and BG cursor modifiers.

	* cursors/gimp-tool-cursors.xcf: changed accordingly.
2003-11-04 10:18:13 +00:00

17 lines
943 B
C

#define dropper_width 32
#define dropper_height 32
#define dropper_x_hot 1
#define dropper_y_hot 30
static unsigned char dropper_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, 0x07, 0x00, 0x00, 0x80, 0x08, 0x00,
0x00, 0x40, 0x10, 0x00, 0x00, 0x70, 0x28, 0x00, 0x00, 0x08, 0x2f, 0x00,
0x00, 0xd0, 0x2e, 0x00, 0x00, 0x20, 0x11, 0x00, 0x00, 0x10, 0x0d, 0x00,
0x00, 0xc8, 0x04, 0x00, 0x00, 0x64, 0x05, 0x00, 0x00, 0x32, 0x00, 0x00,
0x00, 0x19, 0x00, 0x00, 0x80, 0x0c, 0x00, 0x00, 0x40, 0x06, 0x00, 0x00,
0x20, 0x03, 0x00, 0x00, 0x90, 0x01, 0x00, 0x00, 0xc8, 0x00, 0x00, 0x00,
0x64, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00,
0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };