gimp/cursors/Makefile.am
Michael Natterer f4942b7255 cursors/hand.xbm removed.
2003-09-17  Michael Natterer  <mitch@gimp.org>

	* cursors/hand.xbm
	* cursors/hand_mask.xbm: removed.

	* cursors/hand_small.xbm
	* cursors/hand_small_mask.xbm: ...and added under new names.

	* cursors/Makefile.am
	* cursors/gimp-tool-cursors.xcf: changed accordingly.

	* app/widgets/widgets-enums.h
	* app/widgets/gimpcursor.c: removed HAND from the GimpCursorModifier
	enum and added it to the GimpToolCursorType enum. We don't have a
	hand tool but this way the hand cursor (which is in the lower
	right corner) can be used together with other cursor modifiers
	(which are in the upper right corner).

	* app/tools/gimpmovetool.c
	* app/tools/gimpvectortool.c: show cursor modifers with the hand
	cursor where appropriate.
2003-09-17 10:42:26 +00:00

100 lines
2.2 KiB
Makefile

## Process this file with automake to produce Makefile.in
EXTRA_DIST = \
mouse.xbm \
mouse_mask.xbm \
crosshair.xbm \
crosshair_mask.xbm \
crosshair_small.xbm \
crosshair_small_mask.xbm \
bad.xbm \
bad_mask.xbm \
zoom.xbm \
zoom_mask.xbm \
dropper.xbm \
dropper_mask.xbm \
\
plus.xbm \
plus_mask.xbm \
minus.xbm \
minus_mask.xbm \
intersect.xbm \
intersect_mask.xbm \
move.xbm \
move_mask.xbm \
resize.xbm \
resize_mask.xbm \
control.xbm \
control_mask.xbm \
anchor.xbm \
anchor_mask.xbm \
foreground.xbm \
foreground_mask.xbm \
background.xbm \
background_mask.xbm \
pattern.xbm \
pattern_mask.xbm \
\
rect_select_small.xbm \
rect_select_small_mask.xbm \
ellipse_select_small.xbm \
ellipse_select_small_mask.xbm \
free_select_small.xbm \
free_select_small_mask.xbm \
fuzzy_select_small.xbm \
fuzzy_select_small_mask.xbm \
bezier_select_small.xbm \
bezier_select_small_mask.xbm \
scissors_small.xbm \
scissors_small_mask.xbm \
move_small.xbm \
move_small_mask.xbm \
zoom_small.xbm \
zoom_small_mask.xbm \
crop_small.xbm \
crop_small_mask.xbm \
resize_small.xbm \
resize_small_mask.xbm \
rotate_small.xbm \
rotate_small_mask.xbm \
shear_small.xbm \
shear_small_mask.xbm \
perspective_small.xbm \
perspective_small_mask.xbm \
flip_horizontal_small.xbm \
flip_horizontal_small_mask.xbm \
flip_vertical_small.xbm \
flip_vertical_small_mask.xbm \
text_small.xbm \
text_small_mask.xbm \
dropper_small.xbm \
dropper_small_mask.xbm \
bucket_fill_small.xbm \
bucket_fill_small_mask.xbm \
blend_small.xbm \
blend_small_mask.xbm \
pencil_small.xbm \
pencil_small_mask.xbm \
paintbrush_small.xbm \
paintbrush_small_mask.xbm \
eraser_small.xbm \
eraser_small_mask.xbm \
airbrush_small.xbm \
airbrush_small_mask.xbm \
clone_small.xbm \
clone_small_mask.xbm \
blur_small.xbm \
blur_small_mask.xbm \
ink_small.xbm \
ink_small_mask.xbm \
dodge_small.xbm \
dodge_small_mask.xbm \
burn_small.xbm \
burn_small_mask.xbm \
smudge_small.xbm \
smudge_small_mask.xbm \
measure_small.xbm \
measure_small_mask.xbm \
hand_small.xbm \
hand_small_mask.xbm