removed...

2004-06-04  Michael Natterer  <mitch@gimp.org>

	* cursors/*.xbm: removed...

	* cursors/xbm/*.xbm: ...and added here instead. Renamed them
	all to match the PNG file names.

	* cursors/Makefile.am: changed accordingly.

	* app/widget/gimpcursor.c: ditto. Merged the two cursor creating
	functions again because they duplicated too much code.
This commit is contained in:
Michael Natterer 2004-06-04 12:10:13 +00:00 committed by Michael Natterer
parent d714307f9a
commit 8c2fbfc2f6
97 changed files with 744 additions and 955 deletions

View File

@ -1,3 +1,15 @@
2004-06-04 Michael Natterer <mitch@gimp.org>
* cursors/*.xbm: removed...
* cursors/xbm/*.xbm: ...and added here instead. Renamed them
all to match the PNG file names.
* cursors/Makefile.am: changed accordingly.
* app/widget/gimpcursor.c: ditto. Merged the two cursor creating
functions again because they duplicated too much code.
2004-06-04 Sven Neumann <sven@gimp.org>
* app/menus/plug-in-menus.c (plug_in_menus_setup): populate the

File diff suppressed because it is too large Load Diff

View File

@ -52,105 +52,105 @@ CURSOR_IMAGES = \
tool-zoom.png
EXTRA_DIST = \
$(CURSOR_IMAGES) \
gimp-tool-cursors.xcf \
$(CURSOR_IMAGES) \
gimp-tool-cursors.xcf \
\
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 \
xbm/cursor-mouse.xbm \
xbm/cursor-mouse-mask.xbm \
xbm/cursor-crosshair.xbm \
xbm/cursor-crosshair-mask.xbm \
xbm/cursor-crosshair-small.xbm \
xbm/cursor-crosshair-small-mask.xbm \
xbm/cursor-bad.xbm \
xbm/cursor-bad-mask.xbm \
xbm/cursor-zoom.xbm \
xbm/cursor-zoom-mask.xbm \
xbm/cursor-color-picker.xbm \
xbm/cursor-color-picker-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 \
xbm/modifier-plus.xbm \
xbm/modifier-plus-mask.xbm \
xbm/modifier-minus.xbm \
xbm/modifier-minus-mask.xbm \
xbm/modifier-intersect.xbm \
xbm/modifier-intersect-mask.xbm \
xbm/modifier-move.xbm \
xbm/modifier-move-mask.xbm \
xbm/modifier-resize.xbm \
xbm/modifier-resize-mask.xbm \
xbm/modifier-control.xbm \
xbm/modifier-control-mask.xbm \
xbm/modifier-anchor.xbm \
xbm/modifier-anchor-mask.xbm \
xbm/modifier-foreground.xbm \
xbm/modifier-foreground-mask.xbm \
xbm/modifier-background.xbm \
xbm/modifier-background-mask.xbm \
xbm/modifier-pattern.xbm \
xbm/modifier-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
xbm/tool-rect-select.xbm \
xbm/tool-rect-select-mask.xbm \
xbm/tool-ellipse-select.xbm \
xbm/tool-ellipse-select-mask.xbm \
xbm/tool-free-select.xbm \
xbm/tool-free-select-mask.xbm \
xbm/tool-fuzzy-select.xbm \
xbm/tool-fuzzy-select-mask.xbm \
xbm/tool-paths.xbm \
xbm/tool-paths-mask.xbm \
xbm/tool-iscissors.xbm \
xbm/tool-iscissors-mask.xbm \
xbm/tool-move.xbm \
xbm/tool-move-mask.xbm \
xbm/tool-zoom.xbm \
xbm/tool-zoom-mask.xbm \
xbm/tool-crop.xbm \
xbm/tool-crop-mask.xbm \
xbm/tool-resize.xbm \
xbm/tool-resize-mask.xbm \
xbm/tool-rotate.xbm \
xbm/tool-rotate-mask.xbm \
xbm/tool-shear.xbm \
xbm/tool-shear-mask.xbm \
xbm/tool-perspective.xbm \
xbm/tool-perspective-mask.xbm \
xbm/tool-flip-horizontal.xbm \
xbm/tool-flip-horizontal-mask.xbm \
xbm/tool-flip-vertical.xbm \
xbm/tool-flip-vertical-mask.xbm \
xbm/tool-text.xbm \
xbm/tool-text-mask.xbm \
xbm/tool-color-picker.xbm \
xbm/tool-color-picker-mask.xbm \
xbm/tool-bucket-fill.xbm \
xbm/tool-bucket-fill-mask.xbm \
xbm/tool-blend.xbm \
xbm/tool-blend-mask.xbm \
xbm/tool-pencil.xbm \
xbm/tool-pencil-mask.xbm \
xbm/tool-paintbrush.xbm \
xbm/tool-paintbrush-mask.xbm \
xbm/tool-eraser.xbm \
xbm/tool-eraser-mask.xbm \
xbm/tool-airbrush.xbm \
xbm/tool-airbrush-mask.xbm \
xbm/tool-clone.xbm \
xbm/tool-clone-mask.xbm \
xbm/tool-blur.xbm \
xbm/tool-blur-mask.xbm \
xbm/tool-ink.xbm \
xbm/tool-ink-mask.xbm \
xbm/tool-dodge.xbm \
xbm/tool-dodge-mask.xbm \
xbm/tool-burn.xbm \
xbm/tool-burn-mask.xbm \
xbm/tool-smudge.xbm \
xbm/tool-smudge-mask.xbm \
xbm/tool-measure.xbm \
xbm/tool-measure-mask.xbm \
xbm/tool-hand.xbm \
xbm/tool-hand-mask.xbm
noinst_DATA = gimp-tool-cursors.h

View File

@ -1,9 +1,9 @@
/* Created with The GIMP */
#define bad_mask_width 32
#define bad_mask_height 32
#define cursor_bad_mask_width 32
#define cursor_cursor_bad_mask_height 32
#define bad_mask_x_hot 10
#define bad_mask_y_hot 10
static unsigned char bad_mask_bits[] = {
#define cursor_bad_mask_y_hot 10
static unsigned char cursor_bad_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x1f, 0x00, 0x00,
0xe0, 0x7f, 0x00, 0x00, 0xf0, 0xff, 0x00, 0x00, 0xf8, 0xff, 0x01, 0x00,
0x78, 0xf8, 0x01, 0x00, 0x3c, 0xfc, 0x03, 0x00, 0x3c, 0xfe, 0x03, 0x00,

View File

@ -1,9 +1,9 @@
/* Created with The GIMP */
#define bad_width 32
#define bad_height 32
#define bad_x_hot 10
#define bad_y_hot 10
static unsigned char bad_bits[] = {
#define cursor_bad_width 32
#define cursor_bad_height 32
#define cursor_bad_x_hot 10
#define cursor_bad_y_hot 10
static unsigned char cursor_bad_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x80, 0x1f, 0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0x70, 0xe0, 0x00, 0x00,
0x30, 0xf0, 0x00, 0x00, 0x18, 0xb8, 0x01, 0x00, 0x18, 0x9c, 0x01, 0x00,

View File

@ -1,8 +1,8 @@
#define dropper_mask_width 32
#define dropper_mask_height 32
#define dropper_mask_x_hot 1
#define dropper_mask_y_hot 30
static unsigned char dropper_mask_bits[] = {
#define cursor_color_picker_mask_width 32
#define cursor_color_picker_mask_height 32
#define cursor_color_picker_mask_x_hot 1
#define cursor_color_picker_mask_y_hot 30
static unsigned char cursor_color_picker_mask_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,

View File

@ -1,8 +1,8 @@
#define dropper_width 32
#define dropper_height 32
#define dropper_x_hot 1
#define dropper_y_hot 30
static unsigned char dropper_bits[] = {
#define cursor_color_picker_width 32
#define cursor_color_picker_height 32
#define cursor_color_picker_x_hot 1
#define cursor_color_picker_y_hot 30
static unsigned char cursor_color_picker_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,

View File

@ -1,9 +1,9 @@
/* Created with The GIMP */
#define crosshair_mask_width 32
#define crosshair_mask_height 32
#define crosshair_mask_x_hot 15
#define crosshair_mask_y_hot 15
static unsigned char crosshair_mask_bits[] = {
#define cursor_crosshair_mask_width 32
#define cursor_crosshair_mask_height 32
#define cursor_crosshair_mask_x_hot 15
#define cursor_crosshair_mask_y_hot 15
static unsigned char cursor_crosshair_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x00,
0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00,
0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00,

View File

@ -1,9 +1,9 @@
/* Created with The GIMP */
#define crosshair_small_mask_width 32
#define crosshair_small_mask_height 32
#define crosshair_small_mask_x_hot 10
#define crosshair_small_mask_y_hot 10
static unsigned char crosshair_small_mask_bits[] = {
#define cursor_crosshair_small_mask_width 32
#define cursor_crosshair_small_mask_height 32
#define cursor_crosshair_small_mask_x_hot 10
#define cursor_crosshair_small_mask_y_hot 10
static unsigned char cursor_crosshair_small_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00,
0x00, 0x0e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00,
0x00, 0x0e, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

View File

@ -1,9 +1,9 @@
/* Created with The GIMP */
#define crosshair_small_width 32
#define crosshair_small_height 32
#define crosshair_small_x_hot 10
#define crosshair_small_y_hot 10
static unsigned char crosshair_small_bits[] = {
#define cursor_crosshair_small_width 32
#define cursor_crosshair_small_height 32
#define cursor_crosshair_small_x_hot 10
#define cursor_crosshair_small_y_hot 10
static unsigned char cursor_crosshair_small_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00,
0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00,
0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

View File

@ -1,9 +1,9 @@
/* Created with The GIMP */
#define crosshair_width 32
#define crosshair_height 32
#define crosshair_x_hot 15
#define crosshair_y_hot 15
static unsigned char crosshair_bits[] = {
#define cursor_crosshair_width 32
#define cursor_crosshair_height 32
#define cursor_crosshair_x_hot 15
#define cursor_crosshair_y_hot 15
static unsigned char cursor_crosshair_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00,
0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00,
0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00,

View File

@ -1,9 +1,9 @@
/* Created with The GIMP */
#define mouse_mask_width 32
#define mouse_mask_height 32
#define mouse_mask_x_hot 3
#define mouse_mask_y_hot 2
static unsigned char mouse_mask_bits[] = {
#define cursor_mouse_mask_width 32
#define cursor_mouse_mask_height 32
#define cursor_mouse_mask_x_hot 3
#define cursor_mouse_mask_y_hot 2
static unsigned char cursor_mouse_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00,
0x38, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00,
0xf8, 0x01, 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xf8, 0x07, 0x00, 0x00,

View File

@ -1,9 +1,9 @@
/* Created with The GIMP */
#define mouse_width 32
#define mouse_height 32
#define mouse_x_hot 3
#define mouse_y_hot 2
static unsigned char mouse_bits[] = {
#define cursor_mouse_width 32
#define cursor_mouse_height 32
#define cursor_mouse_x_hot 3
#define cursor_mouse_y_hot 2
static unsigned char cursor_mouse_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x10, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00,
0xf0, 0x00, 0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0xf0, 0x03, 0x00, 0x00,

View File

@ -1,9 +1,9 @@
/* Created with The GIMP */
#define zoom_mask_width 32
#define zoom_mask_height 32
#define zoom_mask_x_hot 8
#define zoom_mask_y_hot 8
static unsigned char zoom_mask_bits[] = {
#define cursor_zoom_mask_width 32
#define cursor_zoom_mask_height 32
#define cursor_zoom_mask_x_hot 8
#define cursor_zoom_mask_y_hot 8
static unsigned char cursor_zoom_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xc0, 0x07, 0x00, 0x00, 0xe0, 0x0f, 0x00, 0x00,
0xf0, 0x1f, 0x00, 0x00, 0x38, 0x38, 0x00, 0x00, 0x1c, 0x70, 0x00, 0x00,
0x0e, 0xe0, 0x00, 0x00, 0x0e, 0xe0, 0x00, 0x00, 0x0e, 0xe0, 0x00, 0x00,

View File

@ -1,9 +1,9 @@
/* Created with The GIMP */
#define zoom_width 32
#define zoom_height 32
#define zoom_x_hot 8
#define zoom_y_hot 8
static unsigned char zoom_bits[] = {
#define cursor_zoom_width 32
#define cursor_zoom_height 32
#define cursor_zoom_x_hot 8
#define cursor_zoom_y_hot 8
static unsigned char cursor_zoom_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x07, 0x00, 0x00,
0x20, 0x08, 0x00, 0x00, 0x10, 0x10, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00,
0x04, 0x40, 0x00, 0x00, 0x04, 0x40, 0x00, 0x00, 0x04, 0x40, 0x00, 0x00,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define anchor_mask_width 32
#define anchor_mask_height 32
#define anchor_mask_x_hot 0
#define anchor_mask_y_hot 0
static unsigned char anchor_mask_bits[] = {
#define modifier_anchor_mask_width 32
#define modifier_anchor_mask_height 32
static unsigned char modifier_anchor_mask_bits[] = {
0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x80, 0x0f,
0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x07,
0x00, 0x00, 0x20, 0x27, 0x00, 0x00, 0x70, 0x77, 0x00, 0x00, 0xf8, 0xff,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define anchor_width 32
#define anchor_height 32
#define anchor_x_hot 0
#define anchor_y_hot 0
static unsigned char anchor_bits[] = {
#define modifier_anchor_width 32
#define modifier_anchor_height 32
static unsigned char modifier_anchor_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x05,
0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02,
0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x20, 0x22, 0x00, 0x00, 0x70, 0x72,

View File

@ -1,6 +1,6 @@
#define background_mask_width 32
#define background_mask_height 32
static unsigned char background_mask_bits[] = {
#define modifier_background_mask_width 32
#define modifier_background_mask_height 32
static unsigned char modifier_background_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0x00, 0x00, 0xf0, 0x0f,
0x00, 0x00, 0xf0, 0xff, 0x00, 0x00, 0xf0, 0xff, 0x00, 0x00, 0xf0, 0xff,
0x00, 0x00, 0xf0, 0xff, 0x00, 0x00, 0xf0, 0xff, 0x00, 0x00, 0x80, 0xff,

View File

@ -1,6 +1,6 @@
#define background_width 32
#define background_height 32
static unsigned char background_bits[] = {
#define modifier_background_width 32
#define modifier_background_height 32
static unsigned char modifier_background_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x07,
0x00, 0x00, 0xe0, 0x07, 0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0xe0, 0x47,
0x00, 0x00, 0xe0, 0x47, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00, 0x41,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define control_mask_width 32
#define control_mask_height 32
#define control_mask_x_hot 0
#define control_mask_y_hot 0
static unsigned char control_mask_bits[] = {
#define modifier_control_mask_width 32
#define modifier_control_mask_height 32
static unsigned char modifier_control_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x7f, 0x00, 0x00, 0xc0, 0x7f,
0x00, 0x00, 0xc0, 0x7f, 0x00, 0x00, 0xc0, 0x71, 0x00, 0x00, 0xc0, 0x71,
0x00, 0x00, 0xc0, 0x71, 0x00, 0x00, 0xc0, 0x7f, 0x00, 0x00, 0xc0, 0x7f,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define control_width 32
#define control_height 32
#define control_x_hot 0
#define control_y_hot 0
static unsigned char control_bits[] = {
#define modifier_control_width 32
#define modifier_control_height 32
static unsigned char modifier_control_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x3f,
0x00, 0x00, 0x80, 0x20, 0x00, 0x00, 0x80, 0x20, 0x00, 0x00, 0x80, 0x20,
0x00, 0x00, 0x80, 0x20, 0x00, 0x00, 0x80, 0x20, 0x00, 0x00, 0x80, 0x3f,

View File

@ -1,6 +1,6 @@
#define foreground_mask_width 32
#define foreground_mask_height 32
static unsigned char foreground_mask_bits[] = {
#define modifier_foreground_mask_width 32
#define modifier_foreground_mask_height 32
static unsigned char modifier_foreground_mask_bits[] = {
0x00, 0x00, 0xf8, 0x0f, 0x00, 0x00, 0xf8, 0x0f, 0x00, 0x00, 0xf8, 0x0f,
0x00, 0x00, 0xf8, 0x7f, 0x00, 0x00, 0xf8, 0x7f, 0x00, 0x00, 0xf8, 0x7f,
0x00, 0x00, 0xf8, 0x7f, 0x00, 0x00, 0xf8, 0x7f, 0x00, 0x00, 0x80, 0x7f,

View File

@ -1,6 +1,6 @@
#define foreground_width 32
#define foreground_height 32
static unsigned char foreground_bits[] = {
#define modifier_foreground_width 32
#define modifier_foreground_height 32
static unsigned char modifier_foreground_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x07, 0x00, 0x00, 0xf0, 0x07,
0x00, 0x00, 0xf0, 0x07, 0x00, 0x00, 0xf0, 0x3f, 0x00, 0x00, 0xf0, 0x27,
0x00, 0x00, 0xf0, 0x27, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x3f,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define intersect_mask_width 32
#define intersect_mask_height 32
#define intersect_mask_x_hot 0
#define intersect_mask_y_hot 0
static unsigned char intersect_mask_bits[] = {
#define modifier_intersect_mask_width 32
#define modifier_intersect_mask_height 32
static unsigned char modifier_intersect_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x3e,
0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77,
0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x00,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define intersect_width 32
#define intersect_height 32
#define intersect_x_hot 0
#define intersect_y_hot 0
static unsigned char intersect_bits[] = {
#define modifier_intersect_width 32
#define modifier_intersect_height 32
static unsigned char modifier_intersect_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c,
0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x22,
0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define minus_mask_width 32
#define minus_mask_height 32
#define minus_mask_x_hot 0
#define minus_mask_y_hot 0
static unsigned char minus_mask_bits[] = {
#define modifier_minus_mask_width 32
#define modifier_minus_mask_height 32
static unsigned char modifier_minus_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x7f,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define minus_width 32
#define minus_height 32
#define minus_x_hot 0
#define minus_y_hot 0
static unsigned char minus_bits[] = {
#define modifier_minus_width 32
#define modifier_minus_height 32
static unsigned char modifier_minus_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define move_mask_width 32
#define move_mask_height 32
#define move_mask_x_hot 0
#define move_mask_y_hot 0
static unsigned char move_mask_bits[] = {
#define modifier_move_mask_width 32
#define modifier_move_mask_height 32
static unsigned char modifier_move_mask_bits[] = {
0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x1f,
0x00, 0x00, 0x80, 0x3f, 0x00, 0x00, 0xc0, 0x7f, 0x00, 0x00, 0xe0, 0xff,
0x00, 0x00, 0xc0, 0x7f, 0x00, 0x00, 0x80, 0x3f, 0x00, 0x00, 0x00, 0x1f,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define move_width 32
#define move_height 32
#define move_x_hot 0
#define move_y_hot 0
static unsigned char move_bits[] = {
#define modifier_move_width 32
#define modifier_move_height 32
static unsigned char modifier_move_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x0e,
0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x80, 0x24, 0x00, 0x00, 0xc0, 0x7f,
0x00, 0x00, 0x80, 0x24, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x0e,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define pattern_mask_width 32
#define pattern_mask_height 32
#define pattern_mask_x_hot 0
#define pattern_mask_y_hot 0
static unsigned char pattern_mask_bits[] = {
#define modifier_pattern_mask_width 32
#define modifier_pattern_mask_height 32
static unsigned char modifier_pattern_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0xf8, 0x3f,
0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0xf8, 0x3f,
0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0xf8, 0x3f,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define pattern_width 32
#define pattern_height 32
#define pattern_x_hot 0
#define pattern_y_hot 0
static unsigned char pattern_bits[] = {
#define modifier_pattern_width 32
#define modifier_pattern_height 32
static unsigned char modifier_pattern_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x13,
0x00, 0x00, 0x90, 0x19, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0x90, 0x19,
0x00, 0x00, 0x30, 0x13, 0x00, 0x00, 0x90, 0x19, 0x00, 0x00, 0xf0, 0x1f,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define plus_mask_width 32
#define plus_mask_height 32
#define plus_mask_x_hot 0
#define plus_mask_y_hot 0
static unsigned char plus_mask_bits[] = {
#define modifier_plus_mask_width 32
#define modifier_plus_mask_height 32
static unsigned char modifier_plus_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x1c,
0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x7f,
0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define plus_width 32
#define plus_height 32
#define plus_x_hot 0
#define plus_y_hot 0
static unsigned char plus_bits[] = {
#define modifier_plus_width 32
#define modifier_plus_height 32
static unsigned char modifier_plus_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08,
0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x08,
0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define resize_mask_width 32
#define resize_mask_height 32
#define resize_mask_x_hot 0
#define resize_mask_y_hot 0
static unsigned char resize_mask_bits[] = {
#define modifier_resize_mask_width 32
#define modifier_resize_mask_height 32
static unsigned char modifier_resize_mask_bits[] = {
0x00, 0x00, 0xe0, 0x07, 0x00, 0x00, 0xe0, 0x07, 0x00, 0x00, 0xe0, 0x03,
0x00, 0x00, 0xe0, 0x07, 0x00, 0x00, 0xe0, 0x0f, 0x00, 0x00, 0x60, 0xdf,
0x00, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0xf8,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define resize_width 32
#define resize_height 32
#define resize_x_hot 0
#define resize_y_hot 0
static unsigned char resize_bits[] = {
#define modifier_resize_width 32
#define modifier_resize_height 32
static unsigned char modifier_resize_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x00, 0xc0, 0x01,
0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x40, 0x02, 0x00, 0x00, 0x00, 0x04,
0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x70,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define airbrush_small_mask_width 32
#define airbrush_small_mask_height 32
#define airbrush_small_mask_x_hot 0
#define airbrush_small_mask_y_hot 0
static unsigned char airbrush_small_mask_bits[] = {
#define tool_airbrush_mask_width 32
#define tool_airbrush_mask_height 32
static unsigned char tool_airbrush_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define airbrush_small_width 32
#define airbrush_small_height 32
#define airbrush_small_x_hot 0
#define airbrush_small_y_hot 0
static unsigned char airbrush_small_bits[] = {
#define tool_airbrush_width 32
#define tool_airbrush_height 32
static unsigned char tool_airbrush_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define blend_small_mask_width 32
#define blend_small_mask_height 32
#define blend_small_mask_x_hot 0
#define blend_small_mask_y_hot 0
static unsigned char blend_small_mask_bits[] = {
#define tool_blend_mask_width 32
#define tool_blend_mask_height 32
static unsigned char tool_blend_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define blend_small_width 32
#define blend_small_height 32
#define blend_small_x_hot 0
#define blend_small_y_hot 0
static unsigned char blend_small_bits[] = {
#define tool_blend_width 32
#define tool_blend_height 32
static unsigned char tool_blend_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define blur_small_mask_width 32
#define blur_small_mask_height 32
#define blur_small_mask_x_hot 10
#define blur_small_mask_y_hot 10
static unsigned char blur_small_mask_bits[] = {
#define tool_blur_mask_width 32
#define tool_blur_mask_height 32
static unsigned char tool_blur_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define blur_small_width 32
#define blur_small_height 32
#define blur_small_x_hot 10
#define blur_small_y_hot 10
static unsigned char blur_small_bits[] = {
#define tool_blur_width 32
#define tool_blur_height 32
static unsigned char tool_blur_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define bucket_fill_small_mask_width 32
#define bucket_fill_small_mask_height 32
#define bucket_fill_small_mask_x_hot 0
#define bucket_fill_small_mask_y_hot 0
static unsigned char bucket_fill_small_mask_bits[] = {
#define tool_bucket_fill_mask_width 32
#define tool_bucket_fill_mask_height 32
static unsigned char tool_bucket_fill_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define bucket_fill_small_width 32
#define bucket_fill_small_height 32
#define bucket_fill_small_x_hot 0
#define bucket_fill_small_y_hot 0
static unsigned char bucket_fill_small_bits[] = {
#define tool_bucket_fill_width 32
#define tool_bucket_fill_height 32
static unsigned char tool_bucket_fill_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define burn_small_mask_width 32
#define burn_small_mask_height 32
#define burn_small_mask_x_hot 10
#define burn_small_mask_y_hot 10
static unsigned char burn_small_mask_bits[] = {
#define tool_burn_mask_width 32
#define tool_burn_mask_height 32
static unsigned char tool_burn_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define burn_small_width 32
#define burn_small_height 32
#define burn_small_x_hot 10
#define burn_small_y_hot 10
static unsigned char burn_small_bits[] = {
#define tool_burn_width 32
#define tool_burn_height 32
static unsigned char tool_burn_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define clone_small_mask_width 32
#define clone_small_mask_height 32
#define clone_small_mask_x_hot 0
#define clone_small_mask_y_hot 0
static unsigned char clone_small_mask_bits[] = {
#define tool_clone_mask_width 32
#define tool_clone_mask_height 32
static unsigned char tool_clone_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define clone_small_width 32
#define clone_small_height 32
#define clone_small_x_hot 0
#define clone_small_y_hot 0
static unsigned char clone_small_bits[] = {
#define tool_clone_width 32
#define tool_clone_height 32
static unsigned char tool_clone_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define dropper_small_mask_width 32
#define dropper_small_mask_height 32
#define dropper_small_mask_x_hot 0
#define dropper_small_mask_y_hot 0
static unsigned char dropper_small_mask_bits[] = {
#define tool_color_picker_mask_width 32
#define tool_color_picker_mask_height 32
static unsigned char tool_color_picker_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define dropper_small_width 32
#define dropper_small_height 32
#define dropper_small_x_hot 0
#define dropper_small_y_hot 0
static unsigned char dropper_small_bits[] = {
#define tool_color_picker_width 32
#define tool_color_picker_height 32
static unsigned char tool_color_picker_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define crop_small_mask_width 32
#define crop_small_mask_height 32
#define crop_small_mask_x_hot 0
#define crop_small_mask_y_hot 0
static unsigned char crop_small_mask_bits[] = {
#define tool_crop_mask_width 32
#define tool_crop_mask_height 32
static unsigned char tool_crop_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define crop_small_width 32
#define crop_small_height 32
#define crop_small_x_hot 0
#define crop_small_y_hot 0
static unsigned char crop_small_bits[] = {
#define tool_crop_width 32
#define tool_crop_height 32
static unsigned char tool_crop_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define dodge_small_mask_width 32
#define dodge_small_mask_height 32
#define dodge_small_mask_x_hot 10
#define dodge_small_mask_y_hot 10
static unsigned char dodge_small_mask_bits[] = {
#define tool_dodge_mask_width 32
#define tool_dodge_mask_height 32
static unsigned char tool_dodge_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define dodge_small_width 32
#define dodge_small_height 32
#define dodge_small_x_hot 10
#define dodge_small_y_hot 10
static unsigned char dodge_small_bits[] = {
#define tool_dodge_width 32
#define tool_dodge_height 32
static unsigned char tool_dodge_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define ellipse_select_small_mask_width 32
#define ellipse_select_small_mask_height 32
#define ellipse_select_small_mask_x_hot 0
#define ellipse_select_small_mask_y_hot 0
static unsigned char ellipse_select_small_mask_bits[] = {
#define tool_ellipse_select_mask_width 32
#define tool_ellipse_select_mask_height 32
static unsigned char tool_ellipse_select_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define ellipse_select_small_width 32
#define ellipse_select_small_height 32
#define ellipse_select_small_x_hot 0
#define ellipse_select_small_y_hot 0
static unsigned char ellipse_select_small_bits[] = {
#define tool_ellipse_select_width 32
#define tool_ellipse_select_height 32
static unsigned char tool_ellipse_select_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define eraser_small_mask_width 32
#define eraser_small_mask_height 32
#define eraser_small_mask_x_hot 0
#define eraser_small_mask_y_hot 0
static unsigned char eraser_small_mask_bits[] = {
#define tool_eraser_mask_width 32
#define tool_eraser_mask_height 32
static unsigned char tool_eraser_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define eraser_small_width 32
#define eraser_small_height 32
#define eraser_small_x_hot 0
#define eraser_small_y_hot 0
static unsigned char eraser_small_bits[] = {
#define tool_eraser_width 32
#define tool_eraser_height 32
static unsigned char tool_eraser_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define flip_horizontal_small_mask_width 32
#define flip_horizontal_small_mask_height 32
#define flip_horizontal_small_mask_x_hot 0
#define flip_horizontal_small_mask_y_hot 0
static unsigned char flip_horizontal_small_mask_bits[] = {
#define tool_flip_horizontal_mask_width 32
#define tool_flip_horizontal_mask_height 32
static unsigned char tool_flip_horizontal_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define flip_horizontal_small_width 32
#define flip_horizontal_small_height 32
#define flip_horizontal_small_x_hot 0
#define flip_horizontal_small_y_hot 0
static unsigned char flip_horizontal_small_bits[] = {
#define tool_flip_horizontal_width 32
#define tool_flip_horizontal_height 32
static unsigned char tool_flip_horizontal_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define flip_vertical_small_mask_width 32
#define flip_vertical_small_mask_height 32
#define flip_vertical_small_mask_x_hot 0
#define flip_vertical_small_mask_y_hot 0
static unsigned char flip_vertical_small_mask_bits[] = {
#define tool_flip_vertical_mask_width 32
#define tool_flip_vertical_mask_height 32
static unsigned char tool_flip_vertical_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define flip_vertical_small_width 32
#define flip_vertical_small_height 32
#define flip_vertical_small_x_hot 0
#define flip_vertical_small_y_hot 0
static unsigned char flip_vertical_small_bits[] = {
#define tool_flip_vertical_width 32
#define tool_flip_vertical_height 32
static unsigned char tool_flip_vertical_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define free_select_small_mask_width 32
#define free_select_small_mask_height 32
#define free_select_small_mask_x_hot 0
#define free_select_small_mask_y_hot 0
static unsigned char free_select_small_mask_bits[] = {
#define tool_free_select_mask_width 32
#define tool_free_select_mask_height 32
static unsigned char tool_free_select_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define free_select_small_width 32
#define free_select_small_height 32
#define free_select_small_x_hot 0
#define free_select_small_y_hot 0
static unsigned char free_select_small_bits[] = {
#define tool_free_select_width 32
#define tool_free_select_height 32
static unsigned char tool_free_select_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define fuzzy_select_small_mask_width 32
#define fuzzy_select_small_mask_height 32
#define fuzzy_select_small_mask_x_hot 0
#define fuzzy_select_small_mask_y_hot 0
static unsigned char fuzzy_select_small_mask_bits[] = {
#define tool_fuzzy_select_mask_width 32
#define tool_fuzzy_select_mask_height 32
static unsigned char tool_fuzzy_select_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define fuzzy_select_small_width 32
#define fuzzy_select_small_height 32
#define fuzzy_select_small_x_hot 0
#define fuzzy_select_small_y_hot 0
static unsigned char fuzzy_select_small_bits[] = {
#define tool_fuzzy_select_width 32
#define tool_fuzzy_select_height 32
static unsigned char tool_fuzzy_select_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define hand_small_mask_width 32
#define hand_small_mask_height 32
#define hand_small_mask_x_hot 0
#define hand_small_mask_y_hot 0
static unsigned char hand_small_mask_bits[] = {
#define tool_hand_mask_width 32
#define tool_hand_mask_height 32
static unsigned char tool_hand_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define hand_small_width 32
#define hand_small_height 32
#define hand_small_x_hot 0
#define hand_small_y_hot 0
static unsigned char hand_small_bits[] = {
#define tool_hand_width 32
#define tool_hand_height 32
static unsigned char tool_hand_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define ink_small_mask_width 32
#define ink_small_mask_height 32
#define ink_small_mask_x_hot 10
#define ink_small_mask_y_hot 10
static unsigned char ink_small_mask_bits[] = {
#define tool_ink_mask_width 32
#define tool_ink_mask_height 32
static unsigned char tool_ink_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define ink_small_width 32
#define ink_small_height 32
#define ink_small_x_hot 10
#define ink_small_y_hot 10
static unsigned char ink_small_bits[] = {
#define tool_ink_width 32
#define tool_ink_height 32
static unsigned char tool_ink_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define scissors_small_mask_width 32
#define scissors_small_mask_height 32
#define scissors_small_mask_x_hot 0
#define scissors_small_mask_y_hot 0
static unsigned char scissors_small_mask_bits[] = {
#define tool_iscissors_mask_width 32
#define tool_iscissors_mask_height 32
static unsigned char tool_iscissors_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define scissors_small_width 32
#define scissors_small_height 32
#define scissors_small_x_hot 0
#define scissors_small_y_hot 0
static unsigned char scissors_small_bits[] = {
#define tool_iscissors_width 32
#define tool_iscissors_height 32
static unsigned char tool_iscissors_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define measure_small_mask_width 32
#define measure_small_mask_height 32
#define measure_small_mask_x_hot 0
#define measure_small_mask_y_hot 0
static unsigned char measure_small_mask_bits[] = {
#define tool_measure_mask_width 32
#define tool_measure_mask_height 32
static unsigned char tool_measure_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define measure_small_width 32
#define measure_small_height 32
#define measure_small_x_hot 0
#define measure_small_y_hot 0
static unsigned char measure_small_bits[] = {
#define tool_measure_width 32
#define tool_measure_height 32
static unsigned char tool_measure_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define move_small_mask_width 32
#define move_small_mask_height 32
#define move_small_mask_x_hot 0
#define move_small_mask_y_hot 0
static unsigned char move_small_mask_bits[] = {
#define tool_move_mask_width 32
#define tool_move_mask_height 32
static unsigned char tool_move_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define move_small_width 32
#define move_small_height 32
#define move_small_x_hot 0
#define move_small_y_hot 0
static unsigned char move_small_bits[] = {
#define tool_move_width 32
#define tool_move_height 32
static unsigned char tool_move_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define paintbrush_small_mask_width 32
#define paintbrush_small_mask_height 32
#define paintbrush_small_mask_x_hot 0
#define paintbrush_small_mask_y_hot 0
static unsigned char paintbrush_small_mask_bits[] = {
#define tool_paintbrush_mask_width 32
#define tool_paintbrush_mask_height 32
static unsigned char tool_paintbrush_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define paintbrush_small_width 32
#define paintbrush_small_height 32
#define paintbrush_small_x_hot 0
#define paintbrush_small_y_hot 0
static unsigned char paintbrush_small_bits[] = {
#define tool_paintbrush_width 32
#define tool_paintbrush_height 32
static unsigned char tool_paintbrush_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,

View File

@ -1,7 +1,7 @@
/* Created with The GIMP */
#define bezier_select_small_mask_width 32
#define bezier_select_small_mask_height 32
static unsigned char bezier_select_small_mask_bits[] = {
#define tool_paths_mask_width 32
#define tool_paths_mask_height 32
static unsigned char tool_paths_mask_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,

View File

@ -1,7 +1,7 @@
/* Created with The GIMP */
#define bezier_select_small_width 32
#define bezier_select_small_height 32
static unsigned char bezier_select_small_bits[] = {
#define tool_paths_width 32
#define tool_paths_height 32
static unsigned char tool_paths_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define pencil_small_mask_width 32
#define pencil_small_mask_height 32
#define pencil_small_mask_x_hot 0
#define pencil_small_mask_y_hot 0
static unsigned char pencil_small_mask_bits[] = {
#define tool_pencil_mask_width 32
#define tool_pencil_mask_height 32
static unsigned char tool_pencil_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define pencil_small_width 32
#define pencil_small_height 32
#define pencil_small_x_hot 0
#define pencil_small_y_hot 0
static unsigned char pencil_small_bits[] = {
#define tool_pencil_width 32
#define tool_pencil_height 32
static unsigned char tool_pencil_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define perspective_small_mask_width 32
#define perspective_small_mask_height 32
#define perspective_small_mask_x_hot 0
#define perspective_small_mask_y_hot 0
static unsigned char perspective_small_mask_bits[] = {
#define tool_perspective_mask_width 32
#define tool_perspective_mask_height 32
static unsigned char tool_perspective_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define perspective_small_width 32
#define perspective_small_height 32
#define perspective_small_x_hot 0
#define perspective_small_y_hot 0
static unsigned char perspective_small_bits[] = {
#define tool_perspective_width 32
#define tool_perspective_height 32
static unsigned char tool_perspective_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define rect_select_small_mask_width 32
#define rect_select_small_mask_height 32
#define rect_select_small_mask_x_hot 0
#define rect_select_small_mask_y_hot 0
static unsigned char rect_select_small_mask_bits[] = {
#define tool_rect_select_mask_width 32
#define tool_rect_select_mask_height 32
static unsigned char tool_rect_select_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define rect_select_small_width 32
#define rect_select_small_height 32
#define rect_select_small_x_hot 0
#define rect_select_small_y_hot 0
static unsigned char rect_select_small_bits[] = {
#define tool_rect_select_width 32
#define tool_rect_select_height 32
static unsigned char tool_rect_select_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define resize_small_mask_width 32
#define resize_small_mask_height 32
#define resize_small_mask_x_hot 0
#define resize_small_mask_y_hot 0
static unsigned char resize_small_mask_bits[] = {
#define tool_resize_mask_width 32
#define tool_resize_mask_height 32
static unsigned char tool_resize_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define resize_small_width 32
#define resize_small_height 32
#define resize_small_x_hot 0
#define resize_small_y_hot 0
static unsigned char resize_small_bits[] = {
#define tool_resize_width 32
#define tool_resize_height 32
static unsigned char tool_resize_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define rotate_small_mask_width 32
#define rotate_small_mask_height 32
#define rotate_small_mask_x_hot 0
#define rotate_small_mask_y_hot 0
static unsigned char rotate_small_mask_bits[] = {
#define tool_rotate_mask_width 32
#define tool_rotate_mask_height 32
static unsigned char tool_rotate_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define rotate_small_width 32
#define rotate_small_height 32
#define rotate_small_x_hot 0
#define rotate_small_y_hot 0
static unsigned char rotate_small_bits[] = {
#define tool_rotate_width 32
#define tool_rotate_height 32
static unsigned char tool_rotate_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define shear_small_mask_width 32
#define shear_small_mask_height 32
#define shear_small_mask_x_hot 0
#define shear_small_mask_y_hot 0
static unsigned char shear_small_mask_bits[] = {
#define tool_shear_mask_width 32
#define tool_shear_mask_height 32
static unsigned char tool_shear_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define shear_small_width 32
#define shear_small_height 32
#define shear_small_x_hot 0
#define shear_small_y_hot 0
static unsigned char shear_small_bits[] = {
#define tool_shear_width 32
#define tool_shear_height 32
static unsigned char tool_shear_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define smudge_small_mask_width 32
#define smudge_small_mask_height 32
#define smudge_small_mask_x_hot 10
#define smudge_small_mask_y_hot 10
static unsigned char smudge_small_mask_bits[] = {
#define tool_smudge_mask_width 32
#define tool_smudge_mask_height 32
static unsigned char tool_smudge_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define smudge_small_width 32
#define smudge_small_height 32
#define smudge_small_x_hot 10
#define smudge_small_y_hot 10
static unsigned char smudge_small_bits[] = {
#define tool_smudge_width 32
#define tool_smudge_height 32
static unsigned char tool_smudge_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define text_small_mask_width 32
#define text_small_mask_height 32
#define text_small_mask_x_hot 0
#define text_small_mask_y_hot 0
static unsigned char text_small_mask_bits[] = {
#define tool_text_mask_width 32
#define tool_text_mask_height 32
static unsigned char tool_text_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define text_small_width 32
#define text_small_height 32
#define text_small_x_hot 0
#define text_small_y_hot 0
static unsigned char text_small_bits[] = {
#define tool_text_width 32
#define tool_text_height 32
static unsigned char tool_text_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define zoom_small_mask_width 32
#define zoom_small_mask_height 32
#define zoom_small_mask_x_hot 0
#define zoom_small_mask_y_hot 0
static unsigned char zoom_small_mask_bits[] = {
#define tool_zoom_mask_width 32
#define tool_zoom_mask_height 32
static unsigned char tool_zoom_mask_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,

View File

@ -1,9 +1,7 @@
/* Created with The GIMP */
#define zoom_small_width 32
#define zoom_small_height 32
#define zoom_small_x_hot 0
#define zoom_small_y_hot 0
static unsigned char zoom_small_bits[] = {
#define tool_zoom_width 32
#define tool_zoom_height 32
static unsigned char tool_zoom_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,