gimp/cursors/selection_intersect.xbm
Michael Natterer 155f876d84 cursors/selection.xbm made the selection rectangles look the same (avoids
2000-03-01  Michael Natterer  <mitch@gimp.org>

	* cursors/selection.xbm
	* cursors/selection_subtract.xbm: made the selection rectangles
	look the same (avoids flickering on Ctrl/Shift).

	* cursors/selection_intersect.xbm
	* cursors/selection_intersect_mask.xbm: the symbol for
	intersection is "n", not "u".
2000-03-01 20:07:06 +00:00

9 lines
405 B
C

#define selection_intersect_width 14
#define selection_intersect_height 17
#define selection_intersect_x_hot 1
#define selection_intersect_y_hot 1
static char selection_intersect_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xb4, 0x01, 0x04, 0x00, 0x00, 0x01, 0x04, 0x01,
0x04, 0x00, 0x00, 0x01, 0x04, 0x01, 0x04, 0x00, 0x00, 0x01, 0x6c, 0x01,
0x00, 0x0c, 0x00, 0x12, 0x00, 0x12, 0x00, 0x12, 0x00, 0x00 };