cursors/Makefile.am cursors/gimp-tool-cursors.xcf
2005-08-18 Michael Natterer <mitch@gimp.org> * cursors/Makefile.am * cursors/gimp-tool-cursors.xcf * cursors/modifier-join.png * cursors/xbm/modifier-join-mask.xbm * cursors/xbm/modifier-join.xbm: images for a "join" cursor modifier. * app/widgets/widgets-enums.h * app/widgets/gimpcursor.c: add the cursor. * app/tools/gimpvectortool.c: use it for connecting strokes. Fixes bug #313252.
This commit is contained in:
committed by
Michael Natterer
parent
b55111bf6e
commit
c0b1fcb92c
@ -132,6 +132,8 @@
|
||||
#include "cursors/xbm/modifier-background-mask.xbm"
|
||||
#include "cursors/xbm/modifier-pattern.xbm"
|
||||
#include "cursors/xbm/modifier-pattern-mask.xbm"
|
||||
#include "cursors/xbm/modifier-join.xbm"
|
||||
#include "cursors/xbm/modifier-join-mask.xbm"
|
||||
|
||||
|
||||
typedef struct _GimpCursor GimpCursor;
|
||||
@ -483,6 +485,12 @@ static GimpCursor gimp_cursor_modifiers[] =
|
||||
modifier_pattern_width, modifier_pattern_height,
|
||||
0, 0,
|
||||
modifier_pattern, NULL, NULL, NULL
|
||||
},
|
||||
{
|
||||
modifier_join_bits, modifier_join_mask_bits,
|
||||
modifier_join_width, modifier_join_height,
|
||||
0, 0,
|
||||
modifier_join, NULL, NULL, NULL
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user