2000-06-14  Michael Natterer  <mitch@gimp.org>

	* Makefile.am: typo.

	* cursors/mouse_intersect[_mask].xbm: forgot to remove this one.

	* cursors/gimp-tool-cursors.xcf: new file containing all cursors.
This commit is contained in:
Michael Natterer 2000-06-14 12:23:20 +00:00 committed by Michael Natterer
parent d1060ddec6
commit 4f6af25374
5 changed files with 9 additions and 15 deletions

View file

@ -1,3 +1,11 @@
2000-06-14 Michael Natterer <mitch@gimp.org>
* Makefile.am: typo.
* cursors/mouse_intersect[_mask].xbm: forgot to remove this one.
* cursors/gimp-tool-cursors.xcf: new file containing all cursors.
2000-06-14 Michael Natterer <mitch@gimp.org>
* Makefile.am

View file

@ -44,7 +44,7 @@ EXTRA_DIST = \
cursors/move.xbm \
cursors/move_mask.xbm \
cursors/resize.xbm \
cursors/rexize_mask.xbm \
cursors/resize_mask.xbm \
cursors/control.xbm \
cursors/control_mask.xbm \
cursors/hand.xbm \

Binary file not shown.

View file

@ -1,8 +0,0 @@
#define mouse_intersect_width 13
#define mouse_intersect_height 17
#define mouse_intersect_x_hot 1
#define mouse_intersect_y_hot 1
static unsigned char mouse_intersect_bits[] = {
0x00, 0x00, 0x02, 0x00, 0x06, 0x00, 0x0e, 0x00, 0x1e, 0x00, 0x3e, 0x00,
0x7e, 0x00, 0xfe, 0x00, 0xfe, 0x01, 0x3e, 0x00, 0x06, 0x00, 0x02, 0x06,
0x00, 0x09, 0x00, 0x09, 0x00, 0x09, 0x00, 0x09, 0x00, 0x00};

View file

@ -1,6 +0,0 @@
#define mouse_intersect_mask_width 13
#define mouse_intersect_mask_height 17
static unsigned char mouse_intersect_mask_bits[] = {
0x03, 0x00, 0x07, 0x00, 0x0f, 0x00, 0x1f, 0x00, 0x3f, 0x00, 0x7f, 0x00,
0xff, 0x00, 0xff, 0x01, 0xff, 0x03, 0xff, 0x01, 0x3f, 0x06, 0x07, 0x0f,
0x83, 0x1f, 0x80, 0x1f, 0x80, 0x1f, 0x80, 0x1f, 0x00, 0x09};