From 7f9a4d51f742df8446dc17adca9859837ed5ed72 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 10 Sep 2010 19:12:52 +0200 Subject: [PATCH] app: get rid of using gdk_draw to construct bitmap cursors At the same time, get rid of bitmap cursors alltogether. Instead (because it looks ugly to have GDK convert RGBA cursors into bitmaps for old X servers), add the bitmaps as proper PNGs and simply use them as RGBA cursors. --- app/widgets/gimpcursor.c | 796 ++++-------------- cursors/Makefile.am | 317 +++---- cursors/cursor-bad-bw.png | Bin 0 -> 211 bytes cursors/cursor-color-picker-bw.png | Bin 0 -> 222 bytes cursors/cursor-corner-bottom-left-bw.png | Bin 0 -> 198 bytes cursors/cursor-corner-bottom-right-bw.png | Bin 0 -> 158 bytes cursors/cursor-corner-top-left-bw.png | Bin 0 -> 268 bytes cursors/cursor-corner-top-right-bw.png | Bin 0 -> 207 bytes cursors/cursor-crosshair-bw.png | Bin 0 -> 156 bytes cursors/cursor-crosshair-small-bw.png | Bin 0 -> 146 bytes cursors/cursor-mouse-bw.png | Bin 0 -> 180 bytes cursors/cursor-move-bw.png | Bin 0 -> 196 bytes cursors/cursor-none-bw.png | Bin 0 -> 96 bytes cursors/cursor-side-bottom-bw.png | Bin 0 -> 166 bytes cursors/cursor-side-left-bw.png | Bin 0 -> 181 bytes cursors/cursor-side-right-bw.png | Bin 0 -> 182 bytes cursors/cursor-side-top-bw.png | Bin 0 -> 171 bytes cursors/cursor-zoom-bw.png | Bin 0 -> 203 bytes cursors/tool-airbrush-bw.png | Bin 0 -> 220 bytes cursors/tool-blend-bw.png | Bin 0 -> 179 bytes cursors/tool-blur-bw.png | Bin 0 -> 204 bytes cursors/tool-bucket-fill-bw.png | Bin 0 -> 214 bytes cursors/tool-burn-bw.png | Bin 0 -> 189 bytes cursors/tool-clone-bw.png | Bin 0 -> 207 bytes cursors/tool-color-picker-bw.png | Bin 0 -> 213 bytes cursors/tool-crop-bw.png | Bin 0 -> 184 bytes cursors/tool-dodge-bw.png | Bin 0 -> 189 bytes cursors/tool-ellipse-select-bw.png | Bin 0 -> 188 bytes cursors/tool-eraser-bw.png | Bin 0 -> 190 bytes cursors/tool-flip-horizontal-bw.png | Bin 0 -> 155 bytes cursors/tool-flip-vertical-bw.png | Bin 0 -> 174 bytes cursors/tool-free-select-bw.png | Bin 0 -> 210 bytes cursors/tool-fuzzy-select-bw.png | Bin 0 -> 227 bytes cursors/tool-hand-bw.png | Bin 0 -> 218 bytes cursors/tool-heal-bw.png | Bin 0 -> 883 bytes cursors/tool-ink-bw.png | Bin 0 -> 238 bytes cursors/tool-iscissors-bw.png | Bin 0 -> 245 bytes cursors/tool-measure-bw.png | Bin 0 -> 206 bytes cursors/tool-move-bw.png | Bin 0 -> 192 bytes cursors/tool-paintbrush-bw.png | Bin 0 -> 206 bytes cursors/tool-paths-anchor-bw.png | Bin 0 -> 245 bytes cursors/tool-paths-bw.png | Bin 0 -> 241 bytes cursors/tool-paths-control-bw.png | Bin 0 -> 256 bytes cursors/tool-paths-segment-bw.png | Bin 0 -> 258 bytes cursors/tool-pencil-bw.png | Bin 0 -> 165 bytes cursors/tool-perspective-bw.png | Bin 0 -> 174 bytes cursors/tool-polygon-select-bw.png | Bin 0 -> 219 bytes cursors/tool-rect-select-bw.png | Bin 0 -> 172 bytes cursors/tool-resize-bw.png | Bin 0 -> 193 bytes cursors/tool-rotate-bw.png | Bin 0 -> 255 bytes cursors/tool-shear-bw.png | Bin 0 -> 173 bytes cursors/tool-smudge-bw.png | Bin 0 -> 236 bytes cursors/tool-text-bw.png | Bin 0 -> 191 bytes cursors/tool-zoom-bw.png | Bin 0 -> 190 bytes cursors/xbm/cursor-bad-mask.xbm | 17 - cursors/xbm/cursor-bad.xbm | 17 - cursors/xbm/cursor-color-picker-mask.xbm | 16 - cursors/xbm/cursor-color-picker.xbm | 16 - .../xbm/cursor-corner-bottom-left-mask.xbm | 16 - cursors/xbm/cursor-corner-bottom-left.xbm | 16 - .../xbm/cursor-corner-bottom-right-mask.xbm | 16 - cursors/xbm/cursor-corner-bottom-right.xbm | 16 - cursors/xbm/cursor-corner-top-left-mask.xbm | 16 - cursors/xbm/cursor-corner-top-left.xbm | 16 - cursors/xbm/cursor-corner-top-right-mask.xbm | 16 - cursors/xbm/cursor-corner-top-right.xbm | 16 - cursors/xbm/cursor-crosshair-mask.xbm | 17 - cursors/xbm/cursor-crosshair-small-mask.xbm | 17 - cursors/xbm/cursor-crosshair-small.xbm | 17 - cursors/xbm/cursor-crosshair.xbm | 17 - cursors/xbm/cursor-mouse-mask.xbm | 17 - cursors/xbm/cursor-mouse.xbm | 17 - cursors/xbm/cursor-move-mask.xbm | 16 - cursors/xbm/cursor-move.xbm | 16 - cursors/xbm/cursor-none.xbm | 16 - cursors/xbm/cursor-side-bottom-mask.xbm | 16 - cursors/xbm/cursor-side-bottom.xbm | 16 - cursors/xbm/cursor-side-left-mask.xbm | 16 - cursors/xbm/cursor-side-left.xbm | 16 - cursors/xbm/cursor-side-right-mask.xbm | 16 - cursors/xbm/cursor-side-right.xbm | 16 - cursors/xbm/cursor-side-top-mask.xbm | 16 - cursors/xbm/cursor-side-top.xbm | 16 - cursors/xbm/cursor-zoom-mask.xbm | 17 - cursors/xbm/cursor-zoom.xbm | 17 - cursors/xbm/modifier-anchor-mask.xbm | 15 - cursors/xbm/modifier-anchor.xbm | 15 - cursors/xbm/modifier-background-mask.xbm | 14 - cursors/xbm/modifier-background.xbm | 14 - cursors/xbm/modifier-bad-mask.xbm | 14 - cursors/xbm/modifier-bad.xbm | 14 - cursors/xbm/modifier-control-mask.xbm | 15 - cursors/xbm/modifier-control.xbm | 15 - cursors/xbm/modifier-foreground-mask.xbm | 14 - cursors/xbm/modifier-foreground.xbm | 14 - cursors/xbm/modifier-intersect-mask.xbm | 15 - cursors/xbm/modifier-intersect.xbm | 15 - cursors/xbm/modifier-join-mask.xbm | 14 - cursors/xbm/modifier-join.xbm | 14 - cursors/xbm/modifier-minus-mask.xbm | 15 - cursors/xbm/modifier-minus.xbm | 15 - cursors/xbm/modifier-move-mask.xbm | 15 - cursors/xbm/modifier-move.xbm | 15 - cursors/xbm/modifier-pattern-mask.xbm | 14 - cursors/xbm/modifier-pattern.xbm | 14 - cursors/xbm/modifier-plus-mask.xbm | 15 - cursors/xbm/modifier-plus.xbm | 15 - cursors/xbm/modifier-resize-mask.xbm | 15 - cursors/xbm/modifier-resize.xbm | 15 - cursors/xbm/modifier-select-mask.xbm | 14 - cursors/xbm/modifier-select.xbm | 14 - cursors/xbm/tool-airbrush-mask.xbm | 14 - cursors/xbm/tool-airbrush.xbm | 14 - cursors/xbm/tool-blend-mask.xbm | 14 - cursors/xbm/tool-blend.xbm | 14 - cursors/xbm/tool-blur-mask.xbm | 14 - cursors/xbm/tool-blur.xbm | 14 - cursors/xbm/tool-bucket-fill-mask.xbm | 14 - cursors/xbm/tool-bucket-fill.xbm | 14 - cursors/xbm/tool-burn-mask.xbm | 14 - cursors/xbm/tool-burn.xbm | 14 - cursors/xbm/tool-clone-mask.xbm | 14 - cursors/xbm/tool-clone.xbm | 14 - cursors/xbm/tool-color-picker-mask.xbm | 14 - cursors/xbm/tool-color-picker.xbm | 14 - cursors/xbm/tool-crop-mask.xbm | 14 - cursors/xbm/tool-crop.xbm | 14 - cursors/xbm/tool-dodge-mask.xbm | 14 - cursors/xbm/tool-dodge.xbm | 14 - cursors/xbm/tool-ellipse-select-mask.xbm | 14 - cursors/xbm/tool-ellipse-select.xbm | 14 - cursors/xbm/tool-eraser-mask.xbm | 14 - cursors/xbm/tool-eraser.xbm | 14 - cursors/xbm/tool-flip-horizontal-mask.xbm | 14 - cursors/xbm/tool-flip-horizontal.xbm | 14 - cursors/xbm/tool-flip-vertical-mask.xbm | 14 - cursors/xbm/tool-flip-vertical.xbm | 14 - cursors/xbm/tool-free-select-mask.xbm | 14 - cursors/xbm/tool-free-select.xbm | 14 - cursors/xbm/tool-fuzzy-select-mask.xbm | 14 - cursors/xbm/tool-fuzzy-select.xbm | 14 - cursors/xbm/tool-hand-mask.xbm | 14 - cursors/xbm/tool-hand.xbm | 14 - cursors/xbm/tool-heal-mask.xbm | 14 - cursors/xbm/tool-heal.xbm | 14 - cursors/xbm/tool-ink-mask.xbm | 14 - cursors/xbm/tool-ink.xbm | 14 - cursors/xbm/tool-iscissors-mask.xbm | 14 - cursors/xbm/tool-iscissors.xbm | 14 - cursors/xbm/tool-measure-mask.xbm | 14 - cursors/xbm/tool-measure.xbm | 14 - cursors/xbm/tool-move-mask.xbm | 14 - cursors/xbm/tool-move.xbm | 14 - cursors/xbm/tool-paintbrush-mask.xbm | 14 - cursors/xbm/tool-paintbrush.xbm | 14 - cursors/xbm/tool-paths-anchor-mask.xbm | 14 - cursors/xbm/tool-paths-anchor.xbm | 14 - cursors/xbm/tool-paths-control-mask.xbm | 14 - cursors/xbm/tool-paths-control.xbm | 14 - cursors/xbm/tool-paths-mask.xbm | 14 - cursors/xbm/tool-paths-segment-mask.xbm | 14 - cursors/xbm/tool-paths-segment.xbm | 14 - cursors/xbm/tool-paths.xbm | 14 - cursors/xbm/tool-pencil-mask.xbm | 14 - cursors/xbm/tool-pencil.xbm | 14 - cursors/xbm/tool-perspective-mask.xbm | 14 - cursors/xbm/tool-perspective.xbm | 14 - cursors/xbm/tool-polygon-select-mask.xbm | 14 - cursors/xbm/tool-polygon-select.xbm | 14 - cursors/xbm/tool-rect-select-mask.xbm | 14 - cursors/xbm/tool-rect-select.xbm | 14 - cursors/xbm/tool-resize-mask.xbm | 14 - cursors/xbm/tool-resize.xbm | 14 - cursors/xbm/tool-rotate-mask.xbm | 14 - cursors/xbm/tool-rotate.xbm | 14 - cursors/xbm/tool-shear-mask.xbm | 14 - cursors/xbm/tool-shear.xbm | 14 - cursors/xbm/tool-smudge-mask.xbm | 14 - cursors/xbm/tool-smudge.xbm | 14 - cursors/xbm/tool-text-mask.xbm | 14 - cursors/xbm/tool-text.xbm | 14 - cursors/xbm/tool-zoom-mask.xbm | 14 - cursors/xbm/tool-zoom.xbm | 14 - 183 files changed, 293 insertions(+), 2712 deletions(-) create mode 100644 cursors/cursor-bad-bw.png create mode 100644 cursors/cursor-color-picker-bw.png create mode 100644 cursors/cursor-corner-bottom-left-bw.png create mode 100644 cursors/cursor-corner-bottom-right-bw.png create mode 100644 cursors/cursor-corner-top-left-bw.png create mode 100644 cursors/cursor-corner-top-right-bw.png create mode 100644 cursors/cursor-crosshair-bw.png create mode 100644 cursors/cursor-crosshair-small-bw.png create mode 100644 cursors/cursor-mouse-bw.png create mode 100644 cursors/cursor-move-bw.png create mode 100644 cursors/cursor-none-bw.png create mode 100644 cursors/cursor-side-bottom-bw.png create mode 100644 cursors/cursor-side-left-bw.png create mode 100644 cursors/cursor-side-right-bw.png create mode 100644 cursors/cursor-side-top-bw.png create mode 100644 cursors/cursor-zoom-bw.png create mode 100644 cursors/tool-airbrush-bw.png create mode 100644 cursors/tool-blend-bw.png create mode 100644 cursors/tool-blur-bw.png create mode 100644 cursors/tool-bucket-fill-bw.png create mode 100644 cursors/tool-burn-bw.png create mode 100644 cursors/tool-clone-bw.png create mode 100644 cursors/tool-color-picker-bw.png create mode 100644 cursors/tool-crop-bw.png create mode 100644 cursors/tool-dodge-bw.png create mode 100644 cursors/tool-ellipse-select-bw.png create mode 100644 cursors/tool-eraser-bw.png create mode 100644 cursors/tool-flip-horizontal-bw.png create mode 100644 cursors/tool-flip-vertical-bw.png create mode 100644 cursors/tool-free-select-bw.png create mode 100644 cursors/tool-fuzzy-select-bw.png create mode 100644 cursors/tool-hand-bw.png create mode 100644 cursors/tool-heal-bw.png create mode 100644 cursors/tool-ink-bw.png create mode 100644 cursors/tool-iscissors-bw.png create mode 100644 cursors/tool-measure-bw.png create mode 100644 cursors/tool-move-bw.png create mode 100644 cursors/tool-paintbrush-bw.png create mode 100644 cursors/tool-paths-anchor-bw.png create mode 100644 cursors/tool-paths-bw.png create mode 100644 cursors/tool-paths-control-bw.png create mode 100644 cursors/tool-paths-segment-bw.png create mode 100644 cursors/tool-pencil-bw.png create mode 100644 cursors/tool-perspective-bw.png create mode 100644 cursors/tool-polygon-select-bw.png create mode 100644 cursors/tool-rect-select-bw.png create mode 100644 cursors/tool-resize-bw.png create mode 100644 cursors/tool-rotate-bw.png create mode 100644 cursors/tool-shear-bw.png create mode 100644 cursors/tool-smudge-bw.png create mode 100644 cursors/tool-text-bw.png create mode 100644 cursors/tool-zoom-bw.png delete mode 100644 cursors/xbm/cursor-bad-mask.xbm delete mode 100644 cursors/xbm/cursor-bad.xbm delete mode 100644 cursors/xbm/cursor-color-picker-mask.xbm delete mode 100644 cursors/xbm/cursor-color-picker.xbm delete mode 100644 cursors/xbm/cursor-corner-bottom-left-mask.xbm delete mode 100644 cursors/xbm/cursor-corner-bottom-left.xbm delete mode 100644 cursors/xbm/cursor-corner-bottom-right-mask.xbm delete mode 100644 cursors/xbm/cursor-corner-bottom-right.xbm delete mode 100644 cursors/xbm/cursor-corner-top-left-mask.xbm delete mode 100644 cursors/xbm/cursor-corner-top-left.xbm delete mode 100644 cursors/xbm/cursor-corner-top-right-mask.xbm delete mode 100644 cursors/xbm/cursor-corner-top-right.xbm delete mode 100644 cursors/xbm/cursor-crosshair-mask.xbm delete mode 100644 cursors/xbm/cursor-crosshair-small-mask.xbm delete mode 100644 cursors/xbm/cursor-crosshair-small.xbm delete mode 100644 cursors/xbm/cursor-crosshair.xbm delete mode 100644 cursors/xbm/cursor-mouse-mask.xbm delete mode 100644 cursors/xbm/cursor-mouse.xbm delete mode 100644 cursors/xbm/cursor-move-mask.xbm delete mode 100644 cursors/xbm/cursor-move.xbm delete mode 100644 cursors/xbm/cursor-none.xbm delete mode 100644 cursors/xbm/cursor-side-bottom-mask.xbm delete mode 100644 cursors/xbm/cursor-side-bottom.xbm delete mode 100644 cursors/xbm/cursor-side-left-mask.xbm delete mode 100644 cursors/xbm/cursor-side-left.xbm delete mode 100644 cursors/xbm/cursor-side-right-mask.xbm delete mode 100644 cursors/xbm/cursor-side-right.xbm delete mode 100644 cursors/xbm/cursor-side-top-mask.xbm delete mode 100644 cursors/xbm/cursor-side-top.xbm delete mode 100644 cursors/xbm/cursor-zoom-mask.xbm delete mode 100644 cursors/xbm/cursor-zoom.xbm delete mode 100644 cursors/xbm/modifier-anchor-mask.xbm delete mode 100644 cursors/xbm/modifier-anchor.xbm delete mode 100644 cursors/xbm/modifier-background-mask.xbm delete mode 100644 cursors/xbm/modifier-background.xbm delete mode 100644 cursors/xbm/modifier-bad-mask.xbm delete mode 100644 cursors/xbm/modifier-bad.xbm delete mode 100644 cursors/xbm/modifier-control-mask.xbm delete mode 100644 cursors/xbm/modifier-control.xbm delete mode 100644 cursors/xbm/modifier-foreground-mask.xbm delete mode 100644 cursors/xbm/modifier-foreground.xbm delete mode 100644 cursors/xbm/modifier-intersect-mask.xbm delete mode 100644 cursors/xbm/modifier-intersect.xbm delete mode 100644 cursors/xbm/modifier-join-mask.xbm delete mode 100644 cursors/xbm/modifier-join.xbm delete mode 100644 cursors/xbm/modifier-minus-mask.xbm delete mode 100644 cursors/xbm/modifier-minus.xbm delete mode 100644 cursors/xbm/modifier-move-mask.xbm delete mode 100644 cursors/xbm/modifier-move.xbm delete mode 100644 cursors/xbm/modifier-pattern-mask.xbm delete mode 100644 cursors/xbm/modifier-pattern.xbm delete mode 100644 cursors/xbm/modifier-plus-mask.xbm delete mode 100644 cursors/xbm/modifier-plus.xbm delete mode 100644 cursors/xbm/modifier-resize-mask.xbm delete mode 100644 cursors/xbm/modifier-resize.xbm delete mode 100644 cursors/xbm/modifier-select-mask.xbm delete mode 100644 cursors/xbm/modifier-select.xbm delete mode 100644 cursors/xbm/tool-airbrush-mask.xbm delete mode 100644 cursors/xbm/tool-airbrush.xbm delete mode 100644 cursors/xbm/tool-blend-mask.xbm delete mode 100644 cursors/xbm/tool-blend.xbm delete mode 100644 cursors/xbm/tool-blur-mask.xbm delete mode 100644 cursors/xbm/tool-blur.xbm delete mode 100644 cursors/xbm/tool-bucket-fill-mask.xbm delete mode 100644 cursors/xbm/tool-bucket-fill.xbm delete mode 100644 cursors/xbm/tool-burn-mask.xbm delete mode 100644 cursors/xbm/tool-burn.xbm delete mode 100644 cursors/xbm/tool-clone-mask.xbm delete mode 100644 cursors/xbm/tool-clone.xbm delete mode 100644 cursors/xbm/tool-color-picker-mask.xbm delete mode 100644 cursors/xbm/tool-color-picker.xbm delete mode 100644 cursors/xbm/tool-crop-mask.xbm delete mode 100644 cursors/xbm/tool-crop.xbm delete mode 100644 cursors/xbm/tool-dodge-mask.xbm delete mode 100644 cursors/xbm/tool-dodge.xbm delete mode 100644 cursors/xbm/tool-ellipse-select-mask.xbm delete mode 100644 cursors/xbm/tool-ellipse-select.xbm delete mode 100644 cursors/xbm/tool-eraser-mask.xbm delete mode 100644 cursors/xbm/tool-eraser.xbm delete mode 100644 cursors/xbm/tool-flip-horizontal-mask.xbm delete mode 100644 cursors/xbm/tool-flip-horizontal.xbm delete mode 100644 cursors/xbm/tool-flip-vertical-mask.xbm delete mode 100644 cursors/xbm/tool-flip-vertical.xbm delete mode 100644 cursors/xbm/tool-free-select-mask.xbm delete mode 100644 cursors/xbm/tool-free-select.xbm delete mode 100644 cursors/xbm/tool-fuzzy-select-mask.xbm delete mode 100644 cursors/xbm/tool-fuzzy-select.xbm delete mode 100644 cursors/xbm/tool-hand-mask.xbm delete mode 100644 cursors/xbm/tool-hand.xbm delete mode 100644 cursors/xbm/tool-heal-mask.xbm delete mode 100644 cursors/xbm/tool-heal.xbm delete mode 100644 cursors/xbm/tool-ink-mask.xbm delete mode 100644 cursors/xbm/tool-ink.xbm delete mode 100644 cursors/xbm/tool-iscissors-mask.xbm delete mode 100644 cursors/xbm/tool-iscissors.xbm delete mode 100644 cursors/xbm/tool-measure-mask.xbm delete mode 100644 cursors/xbm/tool-measure.xbm delete mode 100644 cursors/xbm/tool-move-mask.xbm delete mode 100644 cursors/xbm/tool-move.xbm delete mode 100644 cursors/xbm/tool-paintbrush-mask.xbm delete mode 100644 cursors/xbm/tool-paintbrush.xbm delete mode 100644 cursors/xbm/tool-paths-anchor-mask.xbm delete mode 100644 cursors/xbm/tool-paths-anchor.xbm delete mode 100644 cursors/xbm/tool-paths-control-mask.xbm delete mode 100644 cursors/xbm/tool-paths-control.xbm delete mode 100644 cursors/xbm/tool-paths-mask.xbm delete mode 100644 cursors/xbm/tool-paths-segment-mask.xbm delete mode 100644 cursors/xbm/tool-paths-segment.xbm delete mode 100644 cursors/xbm/tool-paths.xbm delete mode 100644 cursors/xbm/tool-pencil-mask.xbm delete mode 100644 cursors/xbm/tool-pencil.xbm delete mode 100644 cursors/xbm/tool-perspective-mask.xbm delete mode 100644 cursors/xbm/tool-perspective.xbm delete mode 100644 cursors/xbm/tool-polygon-select-mask.xbm delete mode 100644 cursors/xbm/tool-polygon-select.xbm delete mode 100644 cursors/xbm/tool-rect-select-mask.xbm delete mode 100644 cursors/xbm/tool-rect-select.xbm delete mode 100644 cursors/xbm/tool-resize-mask.xbm delete mode 100644 cursors/xbm/tool-resize.xbm delete mode 100644 cursors/xbm/tool-rotate-mask.xbm delete mode 100644 cursors/xbm/tool-rotate.xbm delete mode 100644 cursors/xbm/tool-shear-mask.xbm delete mode 100644 cursors/xbm/tool-shear.xbm delete mode 100644 cursors/xbm/tool-smudge-mask.xbm delete mode 100644 cursors/xbm/tool-smudge.xbm delete mode 100644 cursors/xbm/tool-text-mask.xbm delete mode 100644 cursors/xbm/tool-text.xbm delete mode 100644 cursors/xbm/tool-zoom-mask.xbm delete mode 100644 cursors/xbm/tool-zoom.xbm diff --git a/app/widgets/gimpcursor.c b/app/widgets/gimpcursor.c index b82adad168..e2170b1982 100644 --- a/app/widgets/gimpcursor.c +++ b/app/widgets/gimpcursor.c @@ -25,155 +25,51 @@ #include "cursors/gimp-tool-cursors.h" -/* standard gimp cursors */ -#include "cursors/xbm/cursor-none.xbm" -#include "cursors/xbm/cursor-mouse.xbm" -#include "cursors/xbm/cursor-mouse-mask.xbm" -#include "cursors/xbm/cursor-move.xbm" -#include "cursors/xbm/cursor-move-mask.xbm" -#include "cursors/xbm/cursor-crosshair.xbm" -#include "cursors/xbm/cursor-crosshair-mask.xbm" -#include "cursors/xbm/cursor-crosshair-small.xbm" -#include "cursors/xbm/cursor-crosshair-small-mask.xbm" -#include "cursors/xbm/cursor-bad.xbm" -#include "cursors/xbm/cursor-bad-mask.xbm" -#include "cursors/xbm/cursor-zoom.xbm" -#include "cursors/xbm/cursor-zoom-mask.xbm" -#include "cursors/xbm/cursor-color-picker.xbm" -#include "cursors/xbm/cursor-color-picker-mask.xbm" -#include "cursors/xbm/cursor-corner-top-left.xbm" -#include "cursors/xbm/cursor-corner-top-left-mask.xbm" -#include "cursors/xbm/cursor-corner-top-right.xbm" -#include "cursors/xbm/cursor-corner-top-right-mask.xbm" -#include "cursors/xbm/cursor-corner-bottom-left.xbm" -#include "cursors/xbm/cursor-corner-bottom-left-mask.xbm" -#include "cursors/xbm/cursor-corner-bottom-right.xbm" -#include "cursors/xbm/cursor-corner-bottom-right-mask.xbm" -#include "cursors/xbm/cursor-side-top.xbm" -#include "cursors/xbm/cursor-side-top-mask.xbm" -#include "cursors/xbm/cursor-side-left.xbm" -#include "cursors/xbm/cursor-side-left-mask.xbm" -#include "cursors/xbm/cursor-side-right.xbm" -#include "cursors/xbm/cursor-side-right-mask.xbm" -#include "cursors/xbm/cursor-side-bottom.xbm" -#include "cursors/xbm/cursor-side-bottom-mask.xbm" -/* tool cursors */ -#include "cursors/xbm/tool-rect-select.xbm" -#include "cursors/xbm/tool-rect-select-mask.xbm" -#include "cursors/xbm/tool-ellipse-select.xbm" -#include "cursors/xbm/tool-ellipse-select-mask.xbm" -#include "cursors/xbm/tool-free-select.xbm" -#include "cursors/xbm/tool-free-select-mask.xbm" -#include "cursors/xbm/tool-polygon-select.xbm" -#include "cursors/xbm/tool-polygon-select-mask.xbm" -#include "cursors/xbm/tool-fuzzy-select.xbm" -#include "cursors/xbm/tool-fuzzy-select-mask.xbm" -#include "cursors/xbm/tool-paths.xbm" -#include "cursors/xbm/tool-paths-mask.xbm" -#include "cursors/xbm/tool-paths-anchor.xbm" -#include "cursors/xbm/tool-paths-anchor-mask.xbm" -#include "cursors/xbm/tool-paths-control.xbm" -#include "cursors/xbm/tool-paths-control-mask.xbm" -#include "cursors/xbm/tool-paths-segment.xbm" -#include "cursors/xbm/tool-paths-segment-mask.xbm" -#include "cursors/xbm/tool-iscissors.xbm" -#include "cursors/xbm/tool-iscissors-mask.xbm" -#include "cursors/xbm/tool-move.xbm" -#include "cursors/xbm/tool-move-mask.xbm" -#include "cursors/xbm/tool-zoom.xbm" -#include "cursors/xbm/tool-zoom-mask.xbm" -#include "cursors/xbm/tool-crop.xbm" -#include "cursors/xbm/tool-crop-mask.xbm" -#include "cursors/xbm/tool-resize.xbm" -#include "cursors/xbm/tool-resize-mask.xbm" -#include "cursors/xbm/tool-rotate.xbm" -#include "cursors/xbm/tool-rotate-mask.xbm" -#include "cursors/xbm/tool-shear.xbm" -#include "cursors/xbm/tool-shear-mask.xbm" -#include "cursors/xbm/tool-perspective.xbm" -#include "cursors/xbm/tool-perspective-mask.xbm" -#include "cursors/xbm/tool-flip-horizontal.xbm" -#include "cursors/xbm/tool-flip-horizontal-mask.xbm" -#include "cursors/xbm/tool-flip-vertical.xbm" -#include "cursors/xbm/tool-flip-vertical-mask.xbm" -#include "cursors/xbm/tool-text.xbm" -#include "cursors/xbm/tool-text-mask.xbm" -#include "cursors/xbm/tool-color-picker.xbm" -#include "cursors/xbm/tool-color-picker-mask.xbm" -#include "cursors/xbm/tool-bucket-fill.xbm" -#include "cursors/xbm/tool-bucket-fill-mask.xbm" -#include "cursors/xbm/tool-blend.xbm" -#include "cursors/xbm/tool-blend-mask.xbm" -#include "cursors/xbm/tool-pencil.xbm" -#include "cursors/xbm/tool-pencil-mask.xbm" -#include "cursors/xbm/tool-paintbrush.xbm" -#include "cursors/xbm/tool-paintbrush-mask.xbm" -#include "cursors/xbm/tool-eraser.xbm" -#include "cursors/xbm/tool-eraser-mask.xbm" -#include "cursors/xbm/tool-airbrush.xbm" -#include "cursors/xbm/tool-airbrush-mask.xbm" -#include "cursors/xbm/tool-clone.xbm" -#include "cursors/xbm/tool-clone-mask.xbm" -#include "cursors/xbm/tool-heal.xbm" -#include "cursors/xbm/tool-heal-mask.xbm" -#include "cursors/xbm/tool-blur.xbm" -#include "cursors/xbm/tool-blur-mask.xbm" -#include "cursors/xbm/tool-ink.xbm" -#include "cursors/xbm/tool-ink-mask.xbm" -#include "cursors/xbm/tool-dodge.xbm" -#include "cursors/xbm/tool-dodge-mask.xbm" -#include "cursors/xbm/tool-burn.xbm" -#include "cursors/xbm/tool-burn-mask.xbm" -#include "cursors/xbm/tool-smudge.xbm" -#include "cursors/xbm/tool-smudge-mask.xbm" -#include "cursors/xbm/tool-measure.xbm" -#include "cursors/xbm/tool-measure-mask.xbm" -#include "cursors/xbm/tool-hand.xbm" -#include "cursors/xbm/tool-hand-mask.xbm" - -/* cursor modifiers */ -#include "cursors/xbm/modifier-bad.xbm" -#include "cursors/xbm/modifier-bad-mask.xbm" -#include "cursors/xbm/modifier-plus.xbm" -#include "cursors/xbm/modifier-plus-mask.xbm" -#include "cursors/xbm/modifier-minus.xbm" -#include "cursors/xbm/modifier-minus-mask.xbm" -#include "cursors/xbm/modifier-intersect.xbm" -#include "cursors/xbm/modifier-intersect-mask.xbm" -#include "cursors/xbm/modifier-move.xbm" -#include "cursors/xbm/modifier-move-mask.xbm" -#include "cursors/xbm/modifier-resize.xbm" -#include "cursors/xbm/modifier-resize-mask.xbm" -#include "cursors/xbm/modifier-control.xbm" -#include "cursors/xbm/modifier-control-mask.xbm" -#include "cursors/xbm/modifier-anchor.xbm" -#include "cursors/xbm/modifier-anchor-mask.xbm" -#include "cursors/xbm/modifier-foreground.xbm" -#include "cursors/xbm/modifier-foreground-mask.xbm" -#include "cursors/xbm/modifier-background.xbm" -#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" -#include "cursors/xbm/modifier-select.xbm" -#include "cursors/xbm/modifier-select-mask.xbm" +#define cursor_none_x_hot 10 +#define cursor_none_y_hot 10 +#define cursor_mouse_x_hot 3 +#define cursor_mouse_y_hot 2 +#define cursor_crosshair_x_hot 15 +#define cursor_crosshair_y_hot 15 +#define cursor_crosshair_small_x_hot 10 +#define cursor_crosshair_small_y_hot 10 +#define cursor_bad_x_hot 10 +#define cursor_bad_y_hot 10 +#define cursor_move_x_hot 10 +#define cursor_move_y_hot 10 +#define cursor_zoom_x_hot 8 +#define cursor_zoom_y_hot 8 +#define cursor_color_picker_x_hot 1 +#define cursor_color_picker_y_hot 30 +#define cursor_corner_top_left_x_hot 10 +#define cursor_corner_top_left_y_hot 10 +#define cursor_corner_top_right_x_hot 10 +#define cursor_corner_top_right_y_hot 10 +#define cursor_corner_bottom_left_x_hot 10 +#define cursor_corner_bottom_left_y_hot 10 +#define cursor_corner_bottom_right_x_hot 10 +#define cursor_corner_bottom_right_y_hot 10 +#define cursor_side_top_x_hot 10 +#define cursor_side_top_y_hot 10 +#define cursor_side_left_x_hot 10 +#define cursor_side_left_y_hot 10 +#define cursor_side_right_x_hot 10 +#define cursor_side_right_y_hot 10 +#define cursor_side_bottom_x_hot 10 +#define cursor_side_bottom_y_hot 10 typedef struct _GimpCursor GimpCursor; struct _GimpCursor { - const guchar *bits; - const guchar *mask_bits; - const gint width, height; - const gint x_hot, y_hot; const guint8 *pixbuf_data; + const guint8 *pixbuf_data_bw; + const gint x_hot, y_hot; - GdkBitmap *bitmap; - GdkBitmap *mask; GdkPixbuf *pixbuf; + GdkPixbuf *pixbuf_bw; }; @@ -182,100 +78,84 @@ static GimpCursor gimp_cursors[] = /* these have to match up with enum GimpCursorType in widgets-enums.h */ { - cursor_none_bits, cursor_none_bits, - cursor_none_width, cursor_none_height, - cursor_none_x_hot, cursor_none_y_hot, - cursor_none, NULL, NULL, NULL + cursor_none, + cursor_none_bw, + cursor_none_x_hot, cursor_none_y_hot }, { - cursor_mouse_bits, cursor_mouse_mask_bits, - cursor_mouse_width, cursor_mouse_height, - cursor_mouse_x_hot, cursor_mouse_y_hot, - cursor_mouse, NULL, NULL, NULL + cursor_mouse, + cursor_mouse_bw, + cursor_mouse_x_hot, cursor_mouse_y_hot }, { - cursor_crosshair_bits, cursor_crosshair_mask_bits, - cursor_crosshair_width, cursor_crosshair_height, - cursor_crosshair_x_hot, cursor_crosshair_y_hot, - cursor_crosshair, NULL, NULL, NULL + cursor_crosshair, + cursor_crosshair_bw, + cursor_crosshair_x_hot, cursor_crosshair_y_hot }, { - cursor_crosshair_small_bits, cursor_crosshair_small_mask_bits, - cursor_crosshair_small_width, cursor_crosshair_small_height, - cursor_crosshair_small_x_hot, cursor_crosshair_small_y_hot, - cursor_crosshair_small, NULL, NULL, NULL + cursor_crosshair_small, + cursor_crosshair_small_bw, + cursor_crosshair_small_x_hot, cursor_crosshair_small_y_hot }, { - cursor_bad_bits, cursor_bad_mask_bits, - cursor_bad_width, cursor_bad_height, - cursor_bad_x_hot, cursor_bad_y_hot, - cursor_bad, NULL, NULL, NULL + cursor_bad, + cursor_bad_bw, + cursor_bad_x_hot, cursor_bad_y_hot }, { - cursor_move_bits, cursor_move_mask_bits, - cursor_move_width, cursor_move_height, - cursor_move_x_hot, cursor_move_y_hot, - cursor_move, NULL, NULL, NULL + cursor_move, + cursor_move_bw, + cursor_move_x_hot, cursor_move_y_hot }, { - cursor_zoom_bits, cursor_zoom_mask_bits, - cursor_zoom_width, cursor_zoom_height, - cursor_zoom_x_hot, cursor_zoom_y_hot, - cursor_zoom, NULL, NULL, NULL + cursor_zoom, + cursor_zoom_bw, + cursor_zoom_x_hot, cursor_zoom_y_hot }, { - cursor_color_picker_bits, cursor_color_picker_mask_bits, - cursor_color_picker_width, cursor_color_picker_height, - cursor_color_picker_x_hot, cursor_color_picker_y_hot, - cursor_color_picker, NULL, NULL, NULL + cursor_color_picker, + cursor_color_picker_bw, + cursor_color_picker_x_hot, cursor_color_picker_y_hot }, { - cursor_corner_top_left_bits, cursor_corner_top_left_mask_bits, - cursor_corner_top_left_width, cursor_corner_top_left_height, - cursor_corner_top_left_x_hot, cursor_corner_top_left_y_hot, - cursor_corner_top_left, NULL, NULL, NULL + cursor_corner_top_left, + cursor_corner_top_left_bw, + cursor_corner_top_left_x_hot, cursor_corner_top_left_y_hot }, { - cursor_corner_top_right_bits, cursor_corner_top_right_mask_bits, - cursor_corner_top_right_width, cursor_corner_top_right_height, - cursor_corner_top_right_x_hot, cursor_corner_top_right_y_hot, - cursor_corner_top_right, NULL, NULL, NULL + cursor_corner_top_right, + cursor_corner_top_right_bw, + cursor_corner_top_right_x_hot, cursor_corner_top_right_y_hot }, { - cursor_corner_bottom_left_bits, cursor_corner_bottom_left_mask_bits, - cursor_corner_bottom_left_width, cursor_corner_bottom_left_height, - cursor_corner_bottom_left_x_hot, cursor_corner_bottom_left_y_hot, - cursor_corner_bottom_left, NULL, NULL, NULL + cursor_corner_bottom_left, + cursor_corner_bottom_left_bw, + cursor_corner_bottom_left_x_hot, cursor_corner_bottom_left_y_hot }, { - cursor_corner_bottom_right_bits, cursor_corner_bottom_right_mask_bits, - cursor_corner_bottom_right_width, cursor_corner_bottom_right_height, - cursor_corner_bottom_right_x_hot, cursor_corner_bottom_right_y_hot, - cursor_corner_bottom_right, NULL, NULL, NULL + cursor_corner_bottom_right, + cursor_corner_bottom_right_bw, + cursor_corner_bottom_right_x_hot, cursor_corner_bottom_right_y_hot }, { - cursor_side_top_bits, cursor_side_top_mask_bits, - cursor_side_top_width, cursor_side_top_height, - cursor_side_top_x_hot, cursor_side_top_y_hot, - cursor_side_top, NULL, NULL, NULL + cursor_side_top, + cursor_side_top_bw, + cursor_side_top_x_hot, cursor_side_top_y_hot }, { - cursor_side_left_bits, cursor_side_left_mask_bits, - cursor_side_left_width, cursor_side_left_height, - cursor_side_left_x_hot, cursor_side_left_y_hot, - cursor_side_left, NULL, NULL, NULL + cursor_side_left, + cursor_side_left_bw, + cursor_side_left_x_hot, cursor_side_left_y_hot }, { - cursor_side_right_bits, cursor_side_right_mask_bits, - cursor_side_right_width, cursor_side_right_height, - cursor_side_right_x_hot, cursor_side_right_y_hot, - cursor_side_right, NULL, NULL, NULL + cursor_side_right, + cursor_side_right_bw, + cursor_side_right_x_hot, cursor_side_right_y_hot }, { - cursor_side_bottom_bits, cursor_side_bottom_mask_bits, - cursor_side_bottom_width, cursor_side_bottom_height, - cursor_side_bottom_x_hot, cursor_side_bottom_y_hot, - cursor_side_bottom, NULL, NULL, NULL + cursor_side_bottom, + cursor_side_bottom_bw, + cursor_side_bottom_x_hot, cursor_side_bottom_y_hot } }; @@ -283,355 +163,85 @@ static GimpCursor gimp_tool_cursors[] = { /* these have to match up with enum GimpToolCursorType in widgets-enums.h */ - { - NULL, NULL, - 0, 0, - 0, 0, - NULL, NULL, NULL, NULL - }, - { - tool_rect_select_bits, tool_rect_select_mask_bits, - tool_rect_select_width, tool_rect_select_height, - 0, 0, - tool_rect_select, NULL, NULL, NULL - }, - { - tool_ellipse_select_bits, tool_ellipse_select_mask_bits, - tool_ellipse_select_width, tool_ellipse_select_height, - 0, 0, - tool_ellipse_select, NULL, NULL, NULL - }, - { - tool_free_select_bits, tool_free_select_mask_bits, - tool_free_select_width, tool_free_select_height, - 0, 0, - tool_free_select, NULL, NULL, NULL - }, - { - tool_polygon_select_bits, tool_polygon_select_mask_bits, - tool_polygon_select_width, tool_polygon_select_height, - 0, 0, - tool_polygon_select, NULL, NULL, NULL - }, - { - tool_fuzzy_select_bits, tool_fuzzy_select_mask_bits, - tool_fuzzy_select_width, tool_fuzzy_select_height, - 0, 0, - tool_fuzzy_select, NULL, NULL, NULL - }, - { - tool_paths_bits, tool_paths_mask_bits, - tool_paths_width, tool_paths_height, - 0, 0, - tool_paths, NULL, NULL, NULL - }, - { - tool_paths_anchor_bits, tool_paths_anchor_mask_bits, - tool_paths_anchor_width, tool_paths_anchor_height, - 0, 0, - tool_paths_anchor, NULL, NULL, NULL - }, - { - tool_paths_control_bits, tool_paths_control_mask_bits, - tool_paths_control_width, tool_paths_control_height, - 0, 0, - tool_paths_control, NULL, NULL, NULL - }, - { - tool_paths_segment_bits, tool_paths_segment_mask_bits, - tool_paths_segment_width, tool_paths_segment_height, - 0, 0, - tool_paths_segment, NULL, NULL, NULL - }, - { - tool_iscissors_bits, tool_iscissors_mask_bits, - tool_iscissors_width, tool_iscissors_height, - 0, 0, - tool_iscissors, NULL, NULL, NULL - }, - { - tool_move_bits, tool_move_mask_bits, - tool_move_width, tool_move_height, - 0, 0, - tool_move, NULL, NULL, NULL - }, - { - tool_zoom_bits, tool_zoom_mask_bits, - tool_zoom_width, tool_zoom_height, - 0, 0, - tool_zoom, NULL, NULL, NULL - }, - { - tool_crop_bits, tool_crop_mask_bits, - tool_crop_width, tool_crop_height, - 0, 0, - tool_crop, NULL, NULL, NULL - }, - { - tool_resize_bits, tool_resize_mask_bits, - tool_resize_width, tool_resize_height, - 0, 0, - tool_resize, NULL, NULL, NULL - }, - { - tool_rotate_bits, tool_rotate_mask_bits, - tool_rotate_width, tool_rotate_height, - 0, 0, - tool_rotate, NULL, NULL, NULL - }, - { - tool_shear_bits, tool_shear_mask_bits, - tool_shear_width, tool_shear_height, - 0, 0, - tool_shear, NULL, NULL, NULL - }, - { - tool_perspective_bits, tool_perspective_mask_bits, - tool_perspective_width, tool_perspective_height, - 0, 0, - tool_perspective, NULL, NULL, NULL - }, - { - tool_flip_horizontal_bits, tool_flip_horizontal_mask_bits, - tool_flip_horizontal_width, tool_flip_horizontal_height, - 0, 0, - tool_flip_horizontal, NULL, NULL, NULL - }, - { - tool_flip_vertical_bits, tool_flip_vertical_mask_bits, - tool_flip_vertical_width, tool_flip_vertical_height, - 0, 0, - tool_flip_vertical, NULL, NULL, NULL - }, - { - tool_text_bits, tool_text_mask_bits, - tool_text_width, tool_text_height, - 0, 0, - tool_text, NULL, NULL, NULL - }, - { - tool_color_picker_bits, tool_color_picker_mask_bits, - tool_color_picker_width, tool_color_picker_height, - 0, 0, - tool_color_picker, NULL, NULL, NULL - }, - { - tool_bucket_fill_bits, tool_bucket_fill_mask_bits, - tool_bucket_fill_width, tool_bucket_fill_height, - 0, 0, - tool_bucket_fill, NULL, NULL, NULL - }, - { - tool_blend_bits, tool_blend_mask_bits, - tool_blend_width, tool_blend_height, - 0, 0, - tool_blend, NULL, NULL, NULL - }, - { - tool_pencil_bits, tool_pencil_mask_bits, - tool_pencil_width, tool_pencil_height, - 0, 0, - tool_pencil, NULL, NULL, NULL - }, - { - tool_paintbrush_bits, tool_paintbrush_mask_bits, - tool_paintbrush_width, tool_paintbrush_height, - 0, 0, - tool_paintbrush, NULL, NULL, NULL - }, - { - tool_airbrush_bits, tool_airbrush_mask_bits, - tool_airbrush_width, tool_airbrush_height, - 0, 0, - tool_airbrush, NULL, NULL, NULL - }, - { - tool_ink_bits, tool_ink_mask_bits, - tool_ink_width, tool_ink_height, - 0, 0, - tool_ink, NULL, NULL, NULL - }, - { - tool_clone_bits, tool_clone_mask_bits, - tool_clone_width, tool_clone_height, - 0, 0, - tool_clone, NULL, NULL, NULL - }, - { - tool_heal_bits, tool_heal_mask_bits, - tool_heal_width, tool_heal_height, - 0, 0, - tool_heal, NULL, NULL, NULL - }, - { - tool_eraser_bits, tool_eraser_mask_bits, - tool_eraser_width, tool_eraser_height, - 0, 0, - tool_eraser, NULL, NULL, NULL - }, - { - tool_smudge_bits, tool_smudge_mask_bits, - tool_smudge_width, tool_smudge_height, - 0, 0, - tool_smudge, NULL, NULL, NULL - }, - { - tool_blur_bits, tool_blur_mask_bits, - tool_blur_width, tool_blur_height, - 0, 0, - tool_blur, NULL, NULL, NULL - }, - { - tool_dodge_bits, tool_dodge_mask_bits, - tool_dodge_width, tool_dodge_height, - 0, 0, - tool_dodge, NULL, NULL, NULL - }, - { - tool_burn_bits, tool_burn_mask_bits, - tool_burn_width, tool_burn_height, - 0, 0, - tool_burn, NULL, NULL, NULL - }, - { - tool_measure_bits, tool_measure_mask_bits, - tool_measure_width, tool_measure_height, - 0, 0, - tool_measure, NULL, NULL, NULL - }, - { - tool_hand_bits, tool_hand_mask_bits, - tool_hand_width, tool_hand_height, - 0, 0, - tool_hand, NULL, NULL, NULL - } + { NULL }, + { tool_rect_select, tool_rect_select_bw }, + { tool_ellipse_select, tool_ellipse_select_bw }, + { tool_free_select, tool_free_select_bw }, + { tool_polygon_select, tool_polygon_select_bw }, + { tool_fuzzy_select, tool_fuzzy_select_bw }, + { tool_paths, tool_paths_bw }, + { tool_paths_anchor, tool_paths_anchor_bw }, + { tool_paths_control, tool_paths_control_bw }, + { tool_paths_segment, tool_paths_segment_bw }, + { tool_iscissors, tool_iscissors_bw }, + { tool_move, tool_move_bw }, + { tool_zoom, tool_zoom_bw }, + { tool_crop, tool_crop_bw }, + { tool_resize, tool_resize_bw }, + { tool_rotate, tool_rotate_bw }, + { tool_shear, tool_shear_bw }, + { tool_perspective, tool_perspective_bw }, + { tool_flip_horizontal, tool_flip_horizontal_bw }, + { tool_flip_vertical, tool_flip_vertical_bw }, + { tool_text, tool_text_bw }, + { tool_color_picker, tool_color_picker_bw }, + { tool_bucket_fill, tool_bucket_fill_bw }, + { tool_blend, tool_blend_bw }, + { tool_pencil, tool_pencil_bw }, + { tool_paintbrush, tool_paintbrush_bw }, + { tool_airbrush, tool_airbrush_bw }, + { tool_ink, tool_ink_bw }, + { tool_clone, tool_clone_bw }, + { tool_heal, tool_heal_bw }, + { tool_eraser, tool_eraser_bw }, + { tool_smudge, tool_smudge_bw }, + { tool_blur, tool_blur_bw }, + { tool_dodge, tool_dodge_bw }, + { tool_burn, tool_burn_bw }, + { tool_measure, tool_measure_bw }, + { tool_hand, tool_hand_bw } }; static GimpCursor gimp_cursor_modifiers[] = { /* these have to match up with enum GimpCursorModifier in widgets-enums.h */ - { - NULL, NULL, - 0, 0, - 0, 0, - NULL, NULL, NULL, NULL - }, - { - modifier_bad_bits, modifier_bad_mask_bits, - modifier_bad_width, modifier_bad_height, - 0, 0, - modifier_bad, NULL, NULL, NULL - }, - { - modifier_plus_bits, modifier_plus_mask_bits, - modifier_plus_width, modifier_plus_height, - 0, 0, - modifier_plus, NULL, NULL, NULL - }, - { - modifier_minus_bits, modifier_minus_mask_bits, - modifier_minus_width, modifier_minus_height, - 0, 0, - modifier_minus, NULL, NULL, NULL - }, - { - modifier_intersect_bits, modifier_intersect_mask_bits, - modifier_intersect_width, modifier_intersect_height, - 0, 0, - modifier_intersect, NULL, NULL, NULL - }, - { - modifier_move_bits, modifier_move_mask_bits, - modifier_move_width, modifier_move_height, - 0, 0, - modifier_move, NULL, NULL, NULL - }, - { - modifier_resize_bits, modifier_resize_mask_bits, - modifier_resize_width, modifier_resize_height, - 0, 0, - modifier_resize, NULL, NULL, NULL - }, - { - modifier_control_bits, modifier_control_mask_bits, - modifier_control_width, modifier_control_height, - 0, 0, - modifier_control, NULL, NULL, NULL - }, - { - modifier_anchor_bits, modifier_anchor_mask_bits, - modifier_anchor_width, modifier_anchor_height, - 0, 0, - modifier_anchor, NULL, NULL, NULL - }, - { - modifier_foreground_bits, modifier_foreground_mask_bits, - modifier_foreground_width, modifier_foreground_height, - 0, 0, - modifier_foreground, NULL, NULL, NULL - }, - { - modifier_background_bits, modifier_background_mask_bits, - modifier_background_width, modifier_background_height, - 0, 0, - modifier_background, NULL, NULL, NULL - }, - { - modifier_pattern_bits, modifier_pattern_mask_bits, - 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 - }, - { - modifier_select_bits, modifier_select_mask_bits, - modifier_select_width, modifier_select_height, - 0, 0, - modifier_select, NULL, NULL, NULL - } + { NULL }, + { modifier_bad, modifier_bad }, + { modifier_plus, modifier_plus }, + { modifier_minus, modifier_minus }, + { modifier_intersect, modifier_intersect }, + { modifier_move, modifier_move }, + { modifier_resize, modifier_resize }, + { modifier_control, modifier_control }, + { modifier_anchor, modifier_anchor }, + { modifier_foreground, modifier_foreground }, + { modifier_background, modifier_background }, + { modifier_pattern, modifier_pattern }, + { modifier_join, modifier_join }, + { modifier_select, modifier_select } }; -static GdkBitmap * -get_cursor_bitmap (GimpCursor *cursor) -{ - if (! cursor->bitmap) - cursor->bitmap = gdk_bitmap_create_from_data (NULL, - (const gchar *) cursor->bits, - cursor->width, - cursor->height); - g_return_val_if_fail (cursor->bitmap != NULL, NULL); - - return cursor->bitmap; -} - -static GdkBitmap * -get_cursor_mask (GimpCursor *cursor) -{ - if (! cursor->mask) - cursor->mask = gdk_bitmap_create_from_data (NULL, - (const gchar *) cursor->mask_bits, - cursor->width, - cursor->height); - g_return_val_if_fail (cursor->mask != NULL, NULL); - - return cursor->mask; -} - static const GdkPixbuf * -get_cursor_pixbuf (GimpCursor *cursor) +get_cursor_pixbuf (GimpCursor *cursor, + gboolean bw) { - if (! cursor->pixbuf) - cursor->pixbuf = gdk_pixbuf_new_from_inline (-1, cursor->pixbuf_data, - FALSE, NULL); - g_return_val_if_fail (cursor->pixbuf != NULL, NULL); + GdkPixbuf **pixbuf; - return cursor->pixbuf; + if (bw) + pixbuf = &cursor->pixbuf_bw; + else + pixbuf = &cursor->pixbuf; + + if (! *pixbuf) + *pixbuf = gdk_pixbuf_new_from_inline (-1, + bw ? + cursor->pixbuf_data_bw : + cursor->pixbuf_data, + FALSE, NULL); + g_return_val_if_fail (*pixbuf != NULL, NULL); + + return *pixbuf; } GdkCursor * @@ -641,12 +251,12 @@ gimp_cursor_new (GdkDisplay *display, GimpToolCursorType tool_cursor, GimpCursorModifier modifier) { - GdkCursor *cursor; - gint width; - gint height; GimpCursor *bmcursor = NULL; GimpCursor *bmmodifier = NULL; GimpCursor *bmtool = NULL; + GdkCursor *cursor; + GdkPixbuf *pixbuf; + gboolean bw; g_return_val_if_fail (GDK_IS_DISPLAY (display), NULL); g_return_val_if_fail (cursor_type < GIMP_CURSOR_LAST, NULL); @@ -708,94 +318,38 @@ gimp_cursor_new (GdkDisplay *display, gdk_display_supports_cursor_alpha (display) && gdk_display_supports_cursor_color (display)) { - GdkPixbuf *pixbuf; - - pixbuf = gdk_pixbuf_copy (get_cursor_pixbuf (bmcursor)); - - width = gdk_pixbuf_get_width (pixbuf); - height = gdk_pixbuf_get_height (pixbuf); - - if (bmmodifier) - gdk_pixbuf_composite (get_cursor_pixbuf (bmmodifier), pixbuf, - 0, 0, width, height, - 0.0, 0.0, 1.0, 1.0, - GDK_INTERP_NEAREST, 200); - - if (bmtool) - gdk_pixbuf_composite (get_cursor_pixbuf (bmtool), pixbuf, - 0, 0, width, height, - 0.0, 0.0, 1.0, 1.0, - GDK_INTERP_NEAREST, 200); - - cursor = gdk_cursor_new_from_pixbuf (display, pixbuf, - bmcursor->x_hot, - bmcursor->y_hot); - g_object_unref (pixbuf); + bw = FALSE; } else { - GdkBitmap *bitmap; - GdkBitmap *mask; - static GdkGC *gc = NULL; - static GdkColor fg, bg; + bw = TRUE; + } - if (! gc) - { - GdkColor color; + pixbuf = gdk_pixbuf_copy (get_cursor_pixbuf (bmcursor, bw)); - gc = gdk_gc_new (get_cursor_bitmap (bmcursor)); - - color.pixel = 1; - gdk_gc_set_foreground (gc, &color); - - /* should have a way to configure the mouse colors */ - gdk_color_parse ("#FFFFFF", &bg); - gdk_color_parse ("#000000", &fg); - } - - gdk_drawable_get_size (get_cursor_bitmap (bmcursor), &width, &height); - - bitmap = gdk_pixmap_new (NULL, width, height, 1); - mask = gdk_pixmap_new (NULL, width, height, 1); - - gdk_draw_drawable (bitmap, gc, get_cursor_bitmap (bmcursor), - 0, 0, 0, 0, width, height); - gdk_draw_drawable (mask, gc, get_cursor_mask (bmcursor), - 0, 0, 0, 0, width, height); + if (bmmodifier || bmtool) + { + gint width = gdk_pixbuf_get_width (pixbuf); + gint height = gdk_pixbuf_get_height (pixbuf); if (bmmodifier) - { - gdk_gc_set_clip_mask (gc, get_cursor_bitmap (bmmodifier)); - gdk_draw_drawable (bitmap, gc, get_cursor_bitmap (bmmodifier), - 0, 0, 0, 0, width, height); - - gdk_gc_set_clip_mask (gc, get_cursor_mask (bmmodifier)); - gdk_draw_drawable (mask, gc, get_cursor_mask (bmmodifier), - 0, 0, 0, 0, width, height); - } + gdk_pixbuf_composite (get_cursor_pixbuf (bmmodifier, bw), pixbuf, + 0, 0, width, height, + 0.0, 0.0, 1.0, 1.0, + GDK_INTERP_NEAREST, bw ? 255 : 200); if (bmtool) - { - gdk_gc_set_clip_mask (gc, get_cursor_bitmap (bmtool)); - gdk_draw_drawable (bitmap, gc, get_cursor_bitmap (bmtool), - 0, 0, 0, 0, width, height); - - gdk_gc_set_clip_mask (gc, get_cursor_mask (bmtool)); - gdk_draw_drawable (mask, gc, get_cursor_mask (bmtool), - 0, 0, 0, 0, width, height); - } - - if (bmmodifier || bmtool) - gdk_gc_set_clip_mask (gc, NULL); - - cursor = gdk_cursor_new_from_pixmap (bitmap, mask, - &fg, &bg, - bmcursor->x_hot, - bmcursor->y_hot); - g_object_unref (bitmap); - g_object_unref (mask); + gdk_pixbuf_composite (get_cursor_pixbuf (bmtool, bw), pixbuf, + 0, 0, width, height, + 0.0, 0.0, 1.0, 1.0, + GDK_INTERP_NEAREST, bw ? 255 : 200); } + cursor = gdk_cursor_new_from_pixbuf (display, pixbuf, + bmcursor->x_hot, + bmcursor->y_hot); + g_object_unref (pixbuf); + return cursor; } diff --git a/cursors/Makefile.am b/cursors/Makefile.am index 609380f3df..5970a15395 100644 --- a/cursors/Makefile.am +++ b/cursors/Makefile.am @@ -1,211 +1,130 @@ ## Process this file with automake to produce Makefile.in CURSOR_IMAGES = \ - cursor-bad.png \ - cursor-color-picker.png \ - cursor-corner-top-left.png \ - cursor-corner-top-right.png \ - cursor-corner-bottom-left.png \ - cursor-corner-bottom-right.png \ - cursor-crosshair.png \ - cursor-crosshair-small.png \ - cursor-mouse.png \ - cursor-move.png \ - cursor-none.png \ - cursor-side-top.png \ - cursor-side-left.png \ - cursor-side-right.png \ - cursor-side-bottom.png \ - cursor-zoom.png \ + cursor-bad.png \ + cursor-bad-bw.png \ + cursor-color-picker.png \ + cursor-color-picker-bw.png \ + cursor-corner-bottom-left.png \ + cursor-corner-bottom-left-bw.png \ + cursor-corner-bottom-right.png \ + cursor-corner-bottom-right-bw.png \ + cursor-corner-top-left.png \ + cursor-corner-top-left-bw.png \ + cursor-corner-top-right.png \ + cursor-corner-top-right-bw.png \ + cursor-crosshair.png \ + cursor-crosshair-bw.png \ + cursor-crosshair-small.png \ + cursor-crosshair-small-bw.png \ + cursor-mouse.png \ + cursor-mouse-bw.png \ + cursor-move.png \ + cursor-move-bw.png \ + cursor-none.png \ + cursor-none-bw.png \ + cursor-side-bottom.png \ + cursor-side-bottom-bw.png \ + cursor-side-left.png \ + cursor-side-left-bw.png \ + cursor-side-right.png \ + cursor-side-right-bw.png \ + cursor-side-top.png \ + cursor-side-top-bw.png \ + cursor-zoom.png \ + cursor-zoom-bw.png \ \ - modifier-anchor.png \ - modifier-bad.png \ - modifier-background.png \ - modifier-control.png \ - modifier-foreground.png \ - modifier-intersect.png \ - modifier-join.png \ - modifier-minus.png \ - modifier-move.png \ - modifier-pattern.png \ - modifier-plus.png \ - modifier-resize.png \ - modifier-select.png \ + modifier-anchor.png \ + modifier-bad.png \ + modifier-background.png \ + modifier-control.png \ + modifier-foreground.png \ + modifier-intersect.png \ + modifier-join.png \ + modifier-minus.png \ + modifier-move.png \ + modifier-pattern.png \ + modifier-plus.png \ + modifier-resize.png \ + modifier-select.png \ \ - tool-airbrush.png \ - tool-blend.png \ - tool-blur.png \ - tool-bucket-fill.png \ - tool-burn.png \ - tool-clone.png \ - tool-color-picker.png \ - tool-crop.png \ - tool-dodge.png \ - tool-ellipse-select.png \ - tool-eraser.png \ - tool-flip-horizontal.png \ - tool-flip-vertical.png \ - tool-free-select.png \ - tool-fuzzy-select.png \ - tool-hand.png \ - tool-heal.png \ - tool-ink.png \ - tool-iscissors.png \ - tool-measure.png \ - tool-move.png \ - tool-paintbrush.png \ - tool-paths.png \ - tool-paths-anchor.png \ - tool-paths-control.png \ - tool-paths-segment.png \ - tool-pencil.png \ - tool-perspective.png \ - tool-polygon-select.png \ - tool-rect-select.png \ - tool-resize.png \ - tool-rotate.png \ - tool-shear.png \ - tool-smudge.png \ - tool-text.png \ - tool-zoom.png + tool-airbrush.png \ + tool-airbrush-bw.png \ + tool-blend.png \ + tool-blend-bw.png \ + tool-blur.png \ + tool-blur-bw.png \ + tool-bucket-fill.png \ + tool-bucket-fill-bw.png \ + tool-burn.png \ + tool-burn-bw.png \ + tool-clone.png \ + tool-clone-bw.png \ + tool-color-picker.png \ + tool-color-picker-bw.png \ + tool-crop.png \ + tool-crop-bw.png \ + tool-dodge.png \ + tool-dodge-bw.png \ + tool-ellipse-select.png \ + tool-ellipse-select-bw.png \ + tool-eraser.png \ + tool-eraser-bw.png \ + tool-flip-horizontal.png \ + tool-flip-horizontal-bw.png \ + tool-flip-vertical.png \ + tool-flip-vertical-bw.png \ + tool-free-select.png \ + tool-free-select-bw.png \ + tool-fuzzy-select.png \ + tool-fuzzy-select-bw.png \ + tool-hand.png \ + tool-hand-bw.png \ + tool-heal.png \ + tool-heal-bw.png \ + tool-ink.png \ + tool-ink-bw.png \ + tool-iscissors.png \ + tool-iscissors-bw.png \ + tool-measure.png \ + tool-measure-bw.png \ + tool-move.png \ + tool-move-bw.png \ + tool-paintbrush.png \ + tool-paintbrush-bw.png \ + tool-paths.png \ + tool-paths-bw.png \ + tool-paths-anchor.png \ + tool-paths-anchor-bw.png \ + tool-paths-control.png \ + tool-paths-control-bw.png \ + tool-paths-segment.png \ + tool-paths-segment-bw.png \ + tool-pencil.png \ + tool-pencil-bw.png \ + tool-perspective.png \ + tool-perspective-bw.png \ + tool-polygon-select.png \ + tool-polygon-select-bw.png \ + tool-rect-select.png \ + tool-rect-select-bw.png \ + tool-resize.png \ + tool-resize-bw.png \ + tool-rotate.png \ + tool-rotate-bw.png \ + tool-shear.png \ + tool-shear-bw.png \ + tool-smudge.png \ + tool-smudge-bw.png \ + tool-text.png \ + tool-text-bw.png \ + tool-zoom.png \ + tool-zoom-bw.png EXTRA_DIST = \ $(CURSOR_IMAGES) \ gimp-tool-cursors.xcf \ - \ - makefile.msc \ - \ - xbm/cursor-none.xbm \ - xbm/cursor-mouse.xbm \ - xbm/cursor-mouse-mask.xbm \ - xbm/cursor-move.xbm \ - xbm/cursor-move-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 \ - xbm/cursor-corner-top-left.xbm \ - xbm/cursor-corner-top-left-mask.xbm \ - xbm/cursor-corner-top-right.xbm \ - xbm/cursor-corner-top-right-mask.xbm \ - xbm/cursor-corner-bottom-left.xbm \ - xbm/cursor-corner-bottom-left-mask.xbm \ - xbm/cursor-corner-bottom-right.xbm \ - xbm/cursor-corner-bottom-right-mask.xbm \ - xbm/cursor-side-top.xbm \ - xbm/cursor-side-top-mask.xbm \ - xbm/cursor-side-left.xbm \ - xbm/cursor-side-left-mask.xbm \ - xbm/cursor-side-right.xbm \ - xbm/cursor-side-right-mask.xbm \ - xbm/cursor-side-bottom.xbm \ - xbm/cursor-side-bottom-mask.xbm \ - \ - xbm/modifier-bad.xbm \ - xbm/modifier-bad-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 \ - xbm/modifier-join.xbm \ - xbm/modifier-join-mask.xbm \ - xbm/modifier-select.xbm \ - xbm/modifier-select-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-polygon-select.xbm \ - xbm/tool-polygon-select-mask.xbm \ - xbm/tool-fuzzy-select.xbm \ - xbm/tool-fuzzy-select-mask.xbm \ - xbm/tool-paths-anchor.xbm \ - xbm/tool-paths-anchor-mask.xbm \ - xbm/tool-paths-control.xbm \ - xbm/tool-paths-control-mask.xbm \ - xbm/tool-paths-segment.xbm \ - xbm/tool-paths-segment-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 \ - xbm/tool-heal.xbm \ - xbm/tool-heal-mask.xbm + makefile.msc noinst_DATA = gimp-tool-cursors.h diff --git a/cursors/cursor-bad-bw.png b/cursors/cursor-bad-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..70ed9572b55a3244cc628c4d07e55703959073f3 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}y`CG&i2RgLjL%#u~!ydn>0`F%7!+!6KY zVl5-j>;V5gL5!8hduE)lUH WzNi$Q$1V7_&H(mYUwq+kVHM>2g1Z{9t z(3)6mw=LwtXO)NVZcK78>5N*PFUsL@M{UABK9 e(ZcDtMk9~<cF*5+_Wv8X z144S9$8Uv9-DVaVxK}pr@Kuom!E6RrEqfa~KtNb)qUk%sL&ohuI~Y7&{an^LB{Ts5 D+W0!~ literal 0 HcmV?d00001 diff --git a/cursors/cursor-corner-top-left-bw.png b/cursors/cursor-corner-top-left-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..171990e7a43ef8c5763cbe6dcfd09c0d64902261 GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}$2?seLn02p zoodK;Sb@hixB18o<^t}bw=tZZw#wdZV&x|%G+Iq?xaDP|$*u8kK0jN-!32XJMitN0 z)1LLS3ND?+!jNgd;CzR-)NPw-dOL10C_QRrIj7ti<`90QGQFvFJy)&b#F#&m&TWoW z`MG!cuCCkfJm*>n1ingp;BhBvb+A{hkcALCLxxZf?lX#1ghg_!HJ%4?@L z**I}z_a9%+@jT|_Qn$N274N;nuA4BX_5@xwd3g7E+rOs`kJH2w4FoEfH|6+Ex$^mD QGSEj1p00i_>zopr0BSpIlmGw# literal 0 HcmV?d00001 diff --git a/cursors/cursor-corner-top-right-bw.png b/cursors/cursor-corner-top-right-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..b0562332ee03bdb816022c8f3d231cbf43d681d3 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ot`d^ArXh) zPIKgPR^)L}4=nh*ev$fzeQ_r@`-IEy%2?WcYvLsKcPf%Mk~a&L{Y@@|yme`|sAQc7OY7&rYi^>+adu*Z!^l#`ogo z-uUDm9pQlNvq9|7=A53)6c&ZKLj3*p(I2kcFa+E(xV-ndNCD7M44$rjF6*2U FngGLSQDOi9 literal 0 HcmV?d00001 diff --git a/cursors/cursor-crosshair-bw.png b/cursors/cursor-crosshair-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..481d5cfbaac0a19a226b5c63a405b532b23ba206 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}VV*9IArXh) zPIKg9P~>5j{{R1Zg^FVdQ&MBb@0Mg4f A{{R30 literal 0 HcmV?d00001 diff --git a/cursors/cursor-crosshair-small-bw.png b/cursors/cursor-crosshair-small-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..f0468b4808862048e30a6fb8cc90a8ecefbb7c68 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}KAtX)ArXh) zPBr9WP~c&n{qO(zLU9qmdKI;Vst0Qhb&iU0rr literal 0 HcmV?d00001 diff --git a/cursors/cursor-mouse-bw.png b/cursors/cursor-mouse-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..f0fa4e54fd452acbf833aba067a3fe496a943286 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}d7dtgArXh) zPPOJcV8G#g@YUb-KGXREukf!lc>BP-Y2y7UGddeBUc5PCQ&9eT%7L33f|PV!QaPVr1oJu~6JE61%Y_hdr7a=6cb(RoSjF u{9mr1FO4E|4UWc7cw{c(#GzPsmTS)B0|kGhr%3=^!rug~*v05RXQ2`DfyPX8W$9mrwuboFyt=akR{0M@M+c>n+a literal 0 HcmV?d00001 diff --git a/cursors/cursor-side-bottom-bw.png b/cursors/cursor-side-bottom-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..5a5b6b91007f3ae4e573ed1ab94ac3224dd318eb GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}37#&FArXh) zUUuYbP~dS1RQvcZ{9oP;iPWUU9o?1DTyss9ZjJDH*3d(~GnhKAkDGIDFL{jXyZ1Oe+VV?&ml4ee4uyBIuO L{an^LB{Ts5m<2o! literal 0 HcmV?d00001 diff --git a/cursors/cursor-side-left-bw.png b/cursors/cursor-side-left-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..c6925943e3fb168be6683479b2d1764faa838c23 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}`JOJ0ArXh) zPIKfsV8Fq0_rm}B%HoaFFFAL(dEab|d7Kj1b5ltrGq$2|-UNwjJuG#K4)(fCrI&vO zb(&9PnedP~;rF_WvcLNn{v6%P)StfG%cab52j}8s3BN~P92{4DSHymhWSlZ<+ds}$ d0jD`BOj-x+zbtL^O#xcX;OXk;vd$@?2>>OSLUsTE literal 0 HcmV?d00001 diff --git a/cursors/cursor-side-right-bw.png b/cursors/cursor-side-right-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..233e856720ac423fe53621c9607308e7ae71469c GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}1)eUBArXh) zPP67aV8G#Ac;$Ee&DfxotCTLW&N=v=DdJhOQk~PJg-K%RtsR0%VN46e9JVrKa%+?) z@L5fj{=P=q`W?fjYUTws+Q*LdeJWeRw1lswyFAs=tid+&LgMe)-ZPnxFI&hur}K-t e$uWuGlf2SZ4ximWu`2@YX7F_Nb6Mw<&;$U2L_kge literal 0 HcmV?d00001 diff --git a/cursors/cursor-side-top-bw.png b/cursors/cursor-side-top-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..20cff2be5dc9e9c1dcd206b0e9084c7fa55f8c5d GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}sh%#5ArXh) zPBP>>V8Frb`|tnr*O&O#&f=Kj^7etWGBaO<(Xko*oSsZCxRf6K47VonrEj TPcnQ4&_V`JS3j3^P6H&5q0%su<^8fldW-MZhl+%Q|3urOWWAUTs-0ExbX6 zaY@*k8vWHS=k`p0IW<-)hRg8R3$G5{UA(*kd>?xCB<3<}Gq$NGKD4$Ky?A=d*St2X z+i8k&xrc=UcFDiX^EtWPq($*cb}VONzopr0Kt7w A!vFvP literal 0 HcmV?d00001 diff --git a/cursors/tool-airbrush-bw.png b/cursors/tool-airbrush-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..740e193d11322197a048832ab5c77c84bfb64adf GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}(>z@qLn02p zof^p3pupoC{jNU!Php{sv#MmmqgfxAyZNs*IcQDwS{k%+|H^r{*w_P7@>EgMq)&dKlcP7q%gytl)p+2CNBk$LwPDPmEi+fBx$}fDs-4?)DNn&Q;?J9dE0|w3SUoU1QvGQE|3lV` b?>}U`SKJ}ur!CqEw3xxu)z4*}Q$iB}2t+~< literal 0 HcmV?d00001 diff --git a/cursors/tool-blur-bw.png b/cursors/tool-blur-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..1f581f474b499b652ef16402b9167755e6d67d68 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ZJsWUArXh) zPCdxiV8G$b{{R2^ibA$sIp(W6a~~ayjeDupr|3CJ#Z$;pP%!^+a{8hF0=0937N{kp zdCTu9{v~a3|G2tUgQi9DuabN75Ae-frmt!7b9KbJLo+Ww7s*ha^FZWp@wF_5gBeX5 z*|{XVJtFtd4z2lPxpj6%`(n--fjk!Bh;xVbFx-sYyd>`x(_Wy97(8A5T-G@yGywqE C*iI|} literal 0 HcmV?d00001 diff --git a/cursors/tool-bucket-fill-bw.png b/cursors/tool-bucket-fill-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..eff908d4d67591f5bf73f11f47c7920597e6bf0b GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}6FglULn02p z4SUOVK!M}SlJE7Y-_@O?c-dAaR|tgEzq7KRv?4%5gsXMGvx~~?m>?IQC((j)WR=Pp z8H!j}d}f%&c{1+f`xbNaG(j2HeZ@@oo|v(_q|Es(C-b$)TQ086x=3kJ*@im{^!5lI zZqJtUk2PPToc(+2>9o2N_Y+)oP8^T@EVRIK;qO_3c81DpWOgt-u$Z%ZR?KI9pxYQc MUHx3vIVCg!08-6P!Tt5gnIhk7#lKla2MBbyfdnai=b^UM_U+ym|< luVsG}&wFoq^eX>HM(!*5+?6Qv!mibw4W)zk#qkDDMXb-HotzEf@ug zW1Pg2ka~X0dS9k{XQNdP3j zexEP)R+&-h{>31=_d=-emy-H^oBL)DJ$SVDHO{=rXwjVYZ{JtdH$X=*c)I$ztaD0e F0st!VP!#|G literal 0 HcmV?d00001 diff --git a/cursors/tool-color-picker-bw.png b/cursors/tool-color-picker-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..786d666c918389b1dca52e62f5781dc085329608 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}{hlt4ArXh) zPCdwXK!L;g?W6zyi^?aSUHE3v1l7fz&#yamE?p9|GUU~JCxvd~yeW*6%;gUpbu)>X zZ869F+{=57mwYz5EzRp>uk>YLV!5C$7a}YEpCMcLQsXPrdhOEfTswRm4zsQ}b6_cR ze!=RN-P!&V=P0iIrfTyrzEOYvLMzjjrSI>by0P(@^Iw~Zw?elGM|?Xp|D4SXL!i?b NJYD@<);T3K0RYzzSL6Ty literal 0 HcmV?d00001 diff --git a/cursors/tool-crop-bw.png b/cursors/tool-crop-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..bb2ada80d521ea52c8c50ad165c08c0191dbdb18 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}MV>B>ArXh) zPC3ZeV8G!Vefazopr0Oiy}A^-pY literal 0 HcmV?d00001 diff --git a/cursors/tool-ellipse-select-bw.png b/cursors/tool-ellipse-select-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..99e0011062b5ac27860931eece7d5e9824847b0f GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Wu7jMArXh) zPW9$G;K1SB`+a}$E{)(N5gP)uc`9#5svJ8%gHy3Zz^Nngg091)=@Je1d2}AG*ty3= z`GpXB!omt}O^K5xz53ef#$TV@o$X^2#=&rLcDYOZtbdzDzq~ZPbNayE{ZlP7Jrlle lH&TCGo^am#$1{Bk29CxE#xH-;ZGkRe@O1TaS?83{1OSp58nvm~Q|1Q0NNrQ&kVx(^Joaa9P^21rK-6)e%J1xLf*~h8 zm44kapEQN_%#+O>Z?kviu!cXKBx*BtIm@1j%kLd1*sor6vw8Cq##c+5C5}Yu^(z+U n3HtQSxXaF;ICrUeVY{qS?AFD9#ceu(ZeZ|q^>bP0l+XkKrx{0g literal 0 HcmV?d00001 diff --git a/cursors/tool-flip-horizontal-bw.png b/cursors/tool-flip-horizontal-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..23aaa4bd32b62f2535c2ff88c15784dcb479d425 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}p`I>|ArXh) zPPxd%ARxf<_J94CDkV*&@I^D#cU{gA4`KqUX^7wOc5+qA9p#g2)^Y4yvPtgSR$Hyv zml@X9e2(E==<)Lu%P)cVehRPnV(MAz|1f_rkv!uOf5|_Qe?L$&gQu&X%Q~loCIC=L BHk1GW literal 0 HcmV?d00001 diff --git a/cursors/tool-flip-vertical-bw.png b/cursors/tool-flip-vertical-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..76edbbf23030b33728a2160dc2c3aa7f4fba34ee GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}8J;eVArXh) zPIKfspuodo{O|wymzvX)mayLTxWVYpW!=>|i&L>hV3GE_cUK?ADG5F_ted){-F{+1 zy2XZB=4#wO9z9|d%-C2dw0mQ)0(WAe$>Loxsu#Q!R)1go+o4kZ%~vs*k5c>o^2co1 WnR#rrPqzcmP6kg`KbLh*2~7YHL_ll+ literal 0 HcmV?d00001 diff --git a/cursors/tool-free-select-bw.png b/cursors/tool-free-select-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..681234e9262d16b9f23c18ed73fec91f6bc49537 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}J)SO(ArXh) zPVwezFyL^Jy!<;}(mcp>$v-AD!_Q`V3OqqIShZo*D@PuON@g{gjLxr5 zq#d{IxXQ<-U?=9Q{P_G;iKjpI2z^}s^K_2*pY@HK(>KU6ToB*5RBmeR>90!nVjFZ` z=eqtbpHRJnS@$>Rnoh?x&pypsd+Bejd&R09;{QTyW*o>4TP!wZhj@mJE6`mGp00i_ I>zopr0NjsJTL1t6 literal 0 HcmV?d00001 diff --git a/cursors/tool-fuzzy-select-bw.png b/cursors/tool-fuzzy-select-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..15314fe4d802d493944e1d9853b7ab6fec8df1c7 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}b3I)gLn02p z4Rz#eP~ge_`G5X%)=8TdWE?U$W@^|pecj!#Mi-@t9xDHsj5lvTnVT&*FQ<$@)Mj_P zRf1^I6{Q0&%qFyO<(5xkX%JeuXJ6pX2i=kH8np73EHaMIww0318&S zuT;vIekakP`kbfIC7B0@Oav1pKkQKK+_5eA&g?>So5h@h8)mhC$X@aE;E4m-JSB%1 z_nCKj6gnscGfVzl^GVuJwZG(mROc4Hvkm6r*Scq@EtPx&ElET{R9M69m0wJgR~W{BEjZe*c3p8}VznsHf>7LShE;KdS2+_Ef-M!689TbN7shYLZsh??qbvV?_3V6d?S?6+3ghEjq>1p@u^+18uy z!V9mK&#U#hI(g4|&-3Jc-}4+uBaJlDNF$9j{_n_m4tF|%CLjs?tHg|e19$)=o~M8^ zV5f3#0k8msfcJrIN?dw6L8~J9Mxf@yZMpqDZKe6Z4DdE^EH6i=J$u0JH5oE-qEW~u4p^G8Zbfox#Ank{ew)hC+@BgfqZ?HO8) zYhfudaBnuYWie^`$6zqbjt0WUVyoe0yG8g;tJVB599XacdBB7k6=(*Aw>r(AX*HC_ zw@*}6RoxH-VeaZcxNy)vpFO)ES1Q$aXjGbk&48#p zu@EpcGBUC;5{WbhgTeI;4Gq8f{r>y4wY5{z)6+I3XB0TE))3wVa)CGM>+7d{KHs~Y zot^JgR8*LqPN&)JcHeP099zrF%NLb%R^Sd0QlkRPfxXro-7>pHpZev``4>GNkH+P4 zwYIgj`C40B|1uhlS)wRo*DMKvn03t0F02kY*(Hy6J8$v*4r zb#--#{{H?iIyyQI$+9epqUaePAK#q6@&)6`rh=Ni;ww{t87NRgz)E1*;jeDX(Rk9d z!?hxCy2ZACfBkM#cXxMnUtgb3k|Ys`w>KA-_56C@{eyQ}P-bOR4Ic;q*2QRIymNffJVi?zzn>nv}6)k1DO5@3zu3Eu*P3V9yz6EOaC(i0$L8xqRe%9{WH002ov JPDHLkV1k7$%~P3eUd2sa mka_;qlm_Px#uSrBfR9M69R$C6hAP58F{jc2pXhIyIZc~$m{;82x9*snSKp+qZ{1qrTMovVi zI*yQw47eiF*W}Dh0En4c5w=!r}xsYHRZ4ntA-G;>Z_e;@p8{tG$)h$mhHCVuNf5ps-^6MU3!G~xT00000NkvXXu0mjfcgSm% literal 0 HcmV?d00001 diff --git a/cursors/tool-measure-bw.png b/cursors/tool-measure-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..4557f5ac12681a280933df630a8598312e72a398 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9iA?ZArXh) zPCLtYK!Kw<`u_j9cU^^3x^Id+G^qNl{*%kpQDLgr(x8?5SD3XPWW4fDnMKdaV8(+? z3(psee#?1YVzx7V7`d}$d$q=L?fD1KDp#zES!a6Zi{QSKF^A9c)SQed-&>JhXZ`)$ zoihiro~f~w8C}0s#jHJ3es+PPu)ovc$puo|x`|tn%HNPh%9LkX1>v4zKQK+bE*-{S076B)p7M1euVs8Ppy!1?gz?w_} zwL@LIi>myO%=(`5SW1=e!N%Wvc^7PT@2>x#eL()apMc%ZS-Hv89}`s>8WdW7$Qj$e o7hf`iSyL^sD|SMX^uDKTi$5GFXnVzU3+M_4Pgg&ebxsLQ04sG!ApigX literal 0 HcmV?d00001 diff --git a/cursors/tool-paintbrush-bw.png b/cursors/tool-paintbrush-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..87d99d7156706241cf22485e4cde9260c4a4c2e1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9iA?ZArXh) zPPxd}pupj}^UVMMsZ|$yJ#uxYY_srR#?QV}B5;z5=OmSScEKRQiQArOST_7+jre(u zW6hqW2LjF4-+#cdbJoGFf@hwrn7wEB+bBPmkg&b)=iQO{?Pid*eQwo^RS$HpUpjrD z^pl46Q{#`XnM&>{SLzpE=bKZvlKkIgQu&X%Q~lo FCIB*rRSWpfi@Ln02p z4UOh&HsD!Z{ogv>-utQIch)Tmy3+y_{e@X42Pp_}urU2+Fy6d;_HAXAJv-y0J!NKJ z_jnR|mhnUJPWBDy>Tc>AN}`vSC0yP1?bS1Lu4B2u5-Y#2<2>V&c%eRT*4`(p>)5VH zGd6U0&i)uGrfT#?d81}o=>K*H|D89E6&|k;y`c1O@>M%LBVhe{wFc%9`ql3Z*1{aszM>D+zy=rm=qrS8# z9eY$CVlH&vNZ`Py-m~iWu4i^XdT70x*?9Md&f}BceAsy;QIM%&hv?O`J2Q^OCGEC5 z%j&7oG?~LJ*Y$zvG=8PpH_w$eWyLzH3B5YbGA&m0rme)|sxyaIY?|P()!?Pz%8R9+ p?^qi|1!bSRcYlw0`pMme%=4GA&)@$d@i@@g44$rjF6*2UngDW?V-)}Z literal 0 HcmV?d00001 diff --git a/cursors/tool-paths-control-bw.png b/cursors/tool-paths-control-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..f634e6f596c13284280eefaa13ab7652ab17cada GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}yF6VSLn02p z4R+)^Y`}3i^xyx~GD+dm6CO*=&N6!M73k_^oanSLKtqI!d%>z-W;^#OHJ!NLm2gSc z<;fHO6{k<|&*w<^c}&jw-s{|Mqu_jf_ID+T+xXl#@3)FDNC>LrPx{KhaP~x#(xdf< zCjabyXwkj>&We2<9^N^BIzRhaHtD_Vj<<9Ezc@TM<=f78yDU0G)*a5UDOWP(7PMHv z_)>GeyFl-vRI!^q?A8}_GpGFLfBWjpj>{(}%j~OV5HI*~D8I;27w8KHPgg&ebxsLQ E06TVQRR910 literal 0 HcmV?d00001 diff --git a/cursors/tool-paths-segment-bw.png b/cursors/tool-paths-segment-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..e8f7f075b7cef591b496a16a65cbaafbf7492cd7 GIT binary patch literal 258 zcmV+d0sa1oP)Px#yh%hsR9M69R?!ZGFbG@8{r@j>FUO^6V3|>;5A;blXmL_>j7Fo;Xfzrd;O_pk zxIa>ai0>^zMVE@Wy26zcFb)QAOTz#t_e{jc9YxIO>}_7XtYcUC?2Qxa^eLR;$&xdI zYVD{vDnfQe*2%G-*^S&Z@LOblkT1bDRNJtKdYOx>@&F)&l|PEG%CCF^aUJ_a{=e7Q zm?znTF+SDAnmvJ%>uZWU&aWn7+5<=;s~(XxtbAu?aoc|~zDe9La}RXCKL7v#07*qo IM6N<$f=HfkZvX%Q literal 0 HcmV?d00001 diff --git a/cursors/tool-pencil-bw.png b/cursors/tool-pencil-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..fde4a144c68f5db9f04d724af8de5369e9e4811b GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}@t!V@ArXh) zPBs)epdi3>@Z{3tJhcD- literal 0 HcmV?d00001 diff --git a/cursors/tool-perspective-bw.png b/cursors/tool-perspective-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..1c33974d0d136adfaec5abf8d01a083d6c1781d5 GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}8J;eVArXh) zP6^~XpupoS{qpbnIko(OJyvZqzH7FbT{Jr+k=$c=><(Yp5fx2wmN?Vmn~V!gV&*>W zlW=bekP3bD{DtwBchi;Y*S*@eT>JWt{Fn9q3|Ze9k}lPlPE&dQ?ZCO2=k%xb9b*2T W>2p8X?#6zgoeZ9?elF{r5}E*B2}2$L literal 0 HcmV?d00001 diff --git a/cursors/tool-polygon-select-bw.png b/cursors/tool-polygon-select-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..5e4d4ef305a46b97851f855574a0bb79a52424ed GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Q$1ZALn02p zoqCY3!GObg<-`B=k^0UjjZBI+1m8dTV&T?S-xdKU4#g!iHVf9eZ?#~ku5)?2wByAx zkt3O1s!R;KHge5Bkef1_QGWOOXDiiopp1+_}j0GLQb_6OgQlGwt?3H>Aej0S93I6 T)uvhl9mwG6>gTe~DWM4fp0-+U literal 0 HcmV?d00001 diff --git a/cursors/tool-rect-select-bw.png b/cursors/tool-rect-select-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..45547f56e4d3000c774c8f120678e887be0d6aa4 GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}X`U{QArXh) zPTk1Ipvd8@x%2=3)VxD6F?_;OGQZT?R^4DT6?WoKY!NuTpm=jf$7R!db;<`Aro3)X z%$E9SnzBCJcn!w{^*=8(1n0b{sp6V5wLWw?$1&v$d1r>DYC-Ou3qA?OeHPyn!)>G` TZ{mLrXd{ECtDnm{r-UW|srNd3 literal 0 HcmV?d00001 diff --git a/cursors/tool-resize-bw.png b/cursors/tool-resize-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..0d5892fce588bb3a8681dba9a0dd08c80d78c4f9 GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R})t)YnArXh) zPQA!=K!L+`_rw4HH&x$U)XBgTe~DWM4f1c^(U literal 0 HcmV?d00001 diff --git a/cursors/tool-rotate-bw.png b/cursors/tool-rotate-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..d62dcb6d5c9109b81055c45e317fcdd89ddebb4f GIT binary patch literal 255 zcmVPx#xk*GpR9M69R?!N=KnzO`_5Z)um-y5X+0Jv&s$c^LyRFbRZPNjbMx)Va{5x3f zK$13RBufGaC+@)Bx!p97i~tl);~r;n2LO!JdXkW&NKg_afh6PE?W!2qWqD*9Hlv{F zRxHtNMp5U#q&b2hc}p$9(OK2{@+sE?pr@1fd}up*rBN7kNf}t002ovPDHLk FV1huhZp;7x literal 0 HcmV?d00001 diff --git a/cursors/tool-shear-bw.png b/cursors/tool-shear-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..88d251495e6e1a256dd5c74e63f9a2b88f4ae807 GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}>7Fi*ArXh) zPC3YTK!L}p`{V!mnREBdkiD|$NZOvwW)9LyJ%-05lK=6AG<$q{5? zj@Zum+SxPiZ~GKJr!d~Wan0{roEmrHCo=fmWxk;$JE?K{H&4@ri_TU(VpGwsU|69a VcV0zq`+A_244$rjF6*2UngG9!L0A9) literal 0 HcmV?d00001 diff --git a/cursors/tool-smudge-bw.png b/cursors/tool-smudge-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf220bd7794afb94be973f5ca6c97c68ce938d2 GIT binary patch literal 236 zcmVPx#rb$FWR9M69mca^uFbqSR;s5_~yjX~%6B+AvX-*=;7t*fPtW+wMN~Oa>=Eq6$ z1p~0n07>>d_oGIT3GV_h=cN7--M{0000 literal 0 HcmV?d00001 diff --git a/cursors/tool-text-bw.png b/cursors/tool-text-bw.png new file mode 100644 index 0000000000000000000000000000000000000000..83a9560c007db13b8ffd620bb461569cafc95b1c GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}m7Xq+ArXh) zPPOK1FyL`cKJs^c&N3&dpiaik56rg)hVGU>DtJsHx#y>KMYZ#!IV=n%TMh52F5mTy zf0EAU%(X`j2rw4RT6t)b`U-zW1?gQcb2pt2Jz`b3vT^y12HqPDXB^)CkJ;jsDY4c_ o!CdtuZ;9lD?D?%1wfc>kdw;e(TUFM`Ii>zkfpnRvWmyc%MY9=)7VlU&dD)RptHgs} n+E_Mwo;m+f`*zx728KH>>laQa4maoqx`Dyd)z4*}Q$iB}**QlX literal 0 HcmV?d00001 diff --git a/cursors/xbm/cursor-bad-mask.xbm b/cursors/xbm/cursor-bad-mask.xbm deleted file mode 100644 index b15dbcd0d8..0000000000 --- a/cursors/xbm/cursor-bad-mask.xbm +++ /dev/null @@ -1,17 +0,0 @@ -/* Created with GIMP */ -#define cursor_bad_mask_width 32 -#define cursor_cursor_bad_mask_height 32 -#define bad_mask_x_hot 10 -#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, - 0x3c, 0xdf, 0x03, 0x00, 0xbc, 0xcf, 0x03, 0x00, 0xfc, 0xc7, 0x03, 0x00, - 0xfc, 0xc3, 0x03, 0x00, 0xf8, 0xe1, 0x01, 0x00, 0xf8, 0xff, 0x01, 0x00, - 0xf0, 0xff, 0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0x80, 0x1f, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-bad.xbm b/cursors/xbm/cursor-bad.xbm deleted file mode 100644 index c6a6af025e..0000000000 --- a/cursors/xbm/cursor-bad.xbm +++ /dev/null @@ -1,17 +0,0 @@ -/* Created with GIMP */ -#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, - 0x18, 0x8e, 0x01, 0x00, 0x18, 0x87, 0x01, 0x00, 0x98, 0x83, 0x01, 0x00, - 0xd8, 0x81, 0x01, 0x00, 0xf0, 0xc0, 0x00, 0x00, 0x70, 0xe0, 0x00, 0x00, - 0xe0, 0x7f, 0x00, 0x00, 0x80, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-color-picker-mask.xbm b/cursors/xbm/cursor-color-picker-mask.xbm deleted file mode 100644 index daa04d4fed..0000000000 --- a/cursors/xbm/cursor-color-picker-mask.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, - 0x00, 0xc0, 0x1f, 0x00, 0x00, 0xf0, 0x3f, 0x00, 0x00, 0xf8, 0x3f, 0x00, - 0x00, 0xf0, 0x3f, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0xf8, 0x0f, 0x00, - 0x00, 0xfc, 0x07, 0x00, 0x00, 0xfe, 0x07, 0x00, 0x00, 0x7f, 0x00, 0x00, - 0x80, 0x3f, 0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0xe0, 0x0f, 0x00, 0x00, - 0xf0, 0x07, 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xfc, 0x01, 0x00, 0x00, - 0xfe, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, - 0x1e, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-color-picker.xbm b/cursors/xbm/cursor-color-picker.xbm deleted file mode 100644 index a66479cd0c..0000000000 --- a/cursors/xbm/cursor-color-picker.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x08, 0x00, - 0x00, 0x40, 0x10, 0x00, 0x00, 0x70, 0x28, 0x00, 0x00, 0x08, 0x2f, 0x00, - 0x00, 0xd0, 0x2e, 0x00, 0x00, 0x20, 0x11, 0x00, 0x00, 0x10, 0x0d, 0x00, - 0x00, 0xc8, 0x04, 0x00, 0x00, 0x64, 0x05, 0x00, 0x00, 0x32, 0x00, 0x00, - 0x00, 0x19, 0x00, 0x00, 0x80, 0x0c, 0x00, 0x00, 0x40, 0x06, 0x00, 0x00, - 0x20, 0x03, 0x00, 0x00, 0x90, 0x01, 0x00, 0x00, 0xc8, 0x00, 0x00, 0x00, - 0x64, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, - 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-corner-bottom-left-mask.xbm b/cursors/xbm/cursor-corner-bottom-left-mask.xbm deleted file mode 100644 index 8839ba0f8a..0000000000 --- a/cursors/xbm/cursor-corner-bottom-left-mask.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_corner_bottom_left_mask_width 32 -#define cursor_corner_bottom_left_mask_height 32 -#define cursor_corner_bottom_left_mask_x_hot 10 -#define cursor_corner_bottom_left_mask_y_hot 10 -static unsigned char cursor_corner_bottom_left_mask_bits[] = { - 0x00, 0x04, 0x00, 0x00, 0x00, 0x6e, 0x00, 0x00, 0x00, 0xee, 0x00, 0x00, - 0x00, 0xee, 0x01, 0x00, 0x00, 0xee, 0x03, 0x00, 0x00, 0xee, 0x07, 0x00, - 0x00, 0xee, 0x0f, 0x00, 0x00, 0xee, 0x0f, 0x00, 0x00, 0x04, 0x00, 0x00, - 0x00, 0xe0, 0x0f, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0xe0, 0x0f, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-corner-bottom-left.xbm b/cursors/xbm/cursor-corner-bottom-left.xbm deleted file mode 100644 index 3741acd0ab..0000000000 --- a/cursors/xbm/cursor-corner-bottom-left.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_corner_bottom_left_width 32 -#define cursor_corner_bottom_left_height 32 -#define cursor_corner_bottom_left_x_hot 10 -#define cursor_corner_bottom_left_y_hot 10 -static unsigned char cursor_corner_bottom_left_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0xa4, 0x00, 0x00, - 0x00, 0x24, 0x01, 0x00, 0x00, 0x24, 0x02, 0x00, 0x00, 0x24, 0x04, 0x00, - 0x00, 0x24, 0x08, 0x00, 0x00, 0xe4, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-corner-bottom-right-mask.xbm b/cursors/xbm/cursor-corner-bottom-right-mask.xbm deleted file mode 100644 index 8689a74c16..0000000000 --- a/cursors/xbm/cursor-corner-bottom-right-mask.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_corner_bottom_right_mask_width 32 -#define cursor_corner_bottom_right_mask_height 32 -#define cursor_corner_bottom_right_mask_x_hot 10 -#define cursor_corner_bottom_right_mask_y_hot 10 -static unsigned char cursor_corner_bottom_right_mask_bits[] = { - 0x00, 0x04, 0x00, 0x00, 0xc0, 0x0e, 0x00, 0x00, 0xe0, 0x0e, 0x00, 0x00, - 0xf0, 0x0e, 0x00, 0x00, 0xf8, 0x0e, 0x00, 0x00, 0xfc, 0x0e, 0x00, 0x00, - 0xfe, 0x0e, 0x00, 0x00, 0xfe, 0x0e, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, - 0xfe, 0x00, 0x00, 0x00, 0xff, 0x01, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-corner-bottom-right.xbm b/cursors/xbm/cursor-corner-bottom-right.xbm deleted file mode 100644 index f18ea363f5..0000000000 --- a/cursors/xbm/cursor-corner-bottom-right.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_corner_bottom_right_width 32 -#define cursor_corner_bottom_right_height 32 -#define cursor_corner_bottom_right_x_hot 10 -#define cursor_corner_bottom_right_y_hot 10 -static unsigned char cursor_corner_bottom_right_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0xc0, 0x04, 0x00, 0x00, 0xa0, 0x04, 0x00, 0x00, - 0x90, 0x04, 0x00, 0x00, 0x88, 0x04, 0x00, 0x00, 0x84, 0x04, 0x00, 0x00, - 0x82, 0x04, 0x00, 0x00, 0xfe, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-corner-top-left-mask.xbm b/cursors/xbm/cursor-corner-top-left-mask.xbm deleted file mode 100644 index e41f679a16..0000000000 --- a/cursors/xbm/cursor-corner-top-left-mask.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_corner_top_left_mask_width 32 -#define cursor_corner_top_left_mask_height 32 -#define cursor_corner_top_left_mask_x_hot 10 -#define cursor_corner_top_left_mask_y_hot 10 -static unsigned char cursor_corner_top_left_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, - 0x00, 0xe0, 0x0f, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0xe0, 0x0f, 0x00, - 0x00, 0x04, 0x00, 0x00, 0x00, 0xee, 0x0f, 0x00, 0x00, 0xee, 0x0f, 0x00, - 0x00, 0xee, 0x07, 0x00, 0x00, 0xee, 0x03, 0x00, 0x00, 0xee, 0x01, 0x00, - 0x00, 0xee, 0x00, 0x00, 0x00, 0x6e, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-corner-top-left.xbm b/cursors/xbm/cursor-corner-top-left.xbm deleted file mode 100644 index 3e91f526aa..0000000000 --- a/cursors/xbm/cursor-corner-top-left.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_corner_top_left_width 32 -#define cursor_corner_top_left_height 32 -#define cursor_corner_top_left_x_hot 10 -#define cursor_corner_top_left_y_hot 10 -static unsigned char cursor_corner_top_left_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0xe4, 0x0f, 0x00, 0x00, 0x24, 0x08, 0x00, - 0x00, 0x24, 0x04, 0x00, 0x00, 0x24, 0x02, 0x00, 0x00, 0x24, 0x01, 0x00, - 0x00, 0xa4, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-corner-top-right-mask.xbm b/cursors/xbm/cursor-corner-top-right-mask.xbm deleted file mode 100644 index 084e1a9583..0000000000 --- a/cursors/xbm/cursor-corner-top-right-mask.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_corner_top_right_mask_width 32 -#define cursor_corner_top_right_mask_height 32 -#define cursor_corner_top_right_mask_x_hot 10 -#define cursor_corner_top_right_mask_y_hot 10 -static unsigned char cursor_corner_top_right_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, - 0xfe, 0x00, 0x00, 0x00, 0xff, 0x01, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x00, - 0x00, 0x04, 0x00, 0x00, 0xfe, 0x0e, 0x00, 0x00, 0xfe, 0x0e, 0x00, 0x00, - 0xfc, 0x0e, 0x00, 0x00, 0xf8, 0x0e, 0x00, 0x00, 0xf0, 0x0e, 0x00, 0x00, - 0xe0, 0x0e, 0x00, 0x00, 0xc0, 0x0e, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-corner-top-right.xbm b/cursors/xbm/cursor-corner-top-right.xbm deleted file mode 100644 index f8f0e6588c..0000000000 --- a/cursors/xbm/cursor-corner-top-right.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_corner_top_right_width 32 -#define cursor_corner_top_right_height 32 -#define cursor_corner_top_right_x_hot 10 -#define cursor_corner_top_right_y_hot 10 -static unsigned char cursor_corner_top_right_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, - 0x00, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xfe, 0x04, 0x00, 0x00, 0x82, 0x04, 0x00, 0x00, - 0x84, 0x04, 0x00, 0x00, 0x88, 0x04, 0x00, 0x00, 0x90, 0x04, 0x00, 0x00, - 0xa0, 0x04, 0x00, 0x00, 0xc0, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-crosshair-mask.xbm b/cursors/xbm/cursor-crosshair-mask.xbm deleted file mode 100644 index 47854d3fb7..0000000000 --- a/cursors/xbm/cursor-crosshair-mask.xbm +++ /dev/null @@ -1,17 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x80, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x07, 0xf0, 0x1f, - 0xfe, 0x0f, 0xf8, 0x3f, 0xfc, 0x07, 0xf0, 0x1f, 0x00, 0x00, 0x00, 0x00, - 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, - 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x80, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-crosshair-small-mask.xbm b/cursors/xbm/cursor-crosshair-small-mask.xbm deleted file mode 100644 index 69241304db..0000000000 --- a/cursors/xbm/cursor-crosshair-small-mask.xbm +++ /dev/null @@ -1,17 +0,0 @@ -/* Created with GIMP */ -#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, - 0x7c, 0xc0, 0x07, 0x00, 0xfe, 0xe0, 0x0f, 0x00, 0x7c, 0xc0, 0x07, 0x00, - 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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-crosshair-small.xbm b/cursors/xbm/cursor-crosshair-small.xbm deleted file mode 100644 index 231a91d486..0000000000 --- a/cursors/xbm/cursor-crosshair-small.xbm +++ /dev/null @@ -1,17 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0x00, 0x7c, 0xc0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, - 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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-crosshair.xbm b/cursors/xbm/cursor-crosshair.xbm deleted file mode 100644 index 16d17ffbcc..0000000000 --- a/cursors/xbm/cursor-crosshair.xbm +++ /dev/null @@ -1,17 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0xfc, 0x07, 0xf0, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 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, - 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-mouse-mask.xbm b/cursors/xbm/cursor-mouse-mask.xbm deleted file mode 100644 index 9220d5e3a3..0000000000 --- a/cursors/xbm/cursor-mouse-mask.xbm +++ /dev/null @@ -1,17 +0,0 @@ -/* Created with GIMP */ -#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, - 0xf8, 0x0f, 0x00, 0x00, 0xf8, 0x1f, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, - 0xf8, 0x7f, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, - 0x78, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-mouse.xbm b/cursors/xbm/cursor-mouse.xbm deleted file mode 100644 index f76e1e2679..0000000000 --- a/cursors/xbm/cursor-mouse.xbm +++ /dev/null @@ -1,17 +0,0 @@ -/* Created with GIMP */ -#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, - 0xf0, 0x07, 0x00, 0x00, 0xf0, 0x0f, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, - 0xf0, 0x3f, 0x00, 0x00, 0xf0, 0x03, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, - 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-move-mask.xbm b/cursors/xbm/cursor-move-mask.xbm deleted file mode 100644 index b2ac8e90f9..0000000000 --- a/cursors/xbm/cursor-move-mask.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_move_mask_width 32 -#define cursor_move_mask_height 32 -#define cursor_move_mask_x_hot 10 -#define cursor_move_mask_y_hot 10 -static unsigned char cursor_move_mask_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x04, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, - 0x80, 0x3f, 0x00, 0x00, 0x40, 0x5f, 0x00, 0x00, 0xe0, 0xee, 0x00, 0x00, - 0xf0, 0xff, 0x01, 0x00, 0xf8, 0xff, 0x03, 0x00, 0xf0, 0xff, 0x01, 0x00, - 0xe0, 0xee, 0x00, 0x00, 0x40, 0x5f, 0x00, 0x00, 0x80, 0x3f, 0x00, 0x00, - 0x00, 0x1f, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-move.xbm b/cursors/xbm/cursor-move.xbm deleted file mode 100644 index 385ced228b..0000000000 --- a/cursors/xbm/cursor-move.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_move_width 32 -#define cursor_move_height 32 -#define cursor_move_x_hot 10 -#define cursor_move_y_hot 10 -static unsigned char cursor_move_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, - 0x00, 0x1f, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x40, 0x44, 0x00, 0x00, - 0x60, 0xc4, 0x00, 0x00, 0xf0, 0xff, 0x01, 0x00, 0x60, 0xc4, 0x00, 0x00, - 0x40, 0x44, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, - 0x00, 0x0e, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-none.xbm b/cursors/xbm/cursor-none.xbm deleted file mode 100644 index 563ed173cd..0000000000 --- a/cursors/xbm/cursor-none.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_none_width 32 -#define cursor_none_height 32 -#define cursor_none_x_hot 10 -#define cursor_none_y_hot 10 -static unsigned char cursor_none_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-side-bottom-mask.xbm b/cursors/xbm/cursor-side-bottom-mask.xbm deleted file mode 100644 index 0e3616a497..0000000000 --- a/cursors/xbm/cursor-side-bottom-mask.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_side_bottom_mask_width 32 -#define cursor_side_bottom_mask_height 32 -#define cursor_side_bottom_mask_x_hot 10 -#define cursor_side_bottom_mask_y_hot 10 -static unsigned char cursor_side_bottom_mask_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0xc0, 0x7f, 0x00, 0x00, 0xc0, 0x7f, 0x00, 0x00, 0x80, 0x3f, 0x00, 0x00, - 0x00, 0x1f, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, - 0xfe, 0xe0, 0x0f, 0x00, 0xff, 0xf1, 0x1f, 0x00, 0xfe, 0xe0, 0x0f, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-side-bottom.xbm b/cursors/xbm/cursor-side-bottom.xbm deleted file mode 100644 index 01f976568e..0000000000 --- a/cursors/xbm/cursor-side-bottom.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_side_bottom_width 32 -#define cursor_side_bottom_height 32 -#define cursor_side_bottom_x_hot 10 -#define cursor_side_bottom_y_hot 10 -static unsigned char cursor_side_bottom_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0xc0, 0x7f, 0x00, 0x00, 0x40, 0x40, 0x00, 0x00, 0x80, 0x20, 0x00, 0x00, - 0x00, 0x11, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xfe, 0xe0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-side-left-mask.xbm b/cursors/xbm/cursor-side-left-mask.xbm deleted file mode 100644 index 62a984d6da..0000000000 --- a/cursors/xbm/cursor-side-left-mask.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_side_left_mask_width 32 -#define cursor_side_left_mask_height 32 -#define cursor_side_left_mask_x_hot 10 -#define cursor_side_left_mask_y_hot 10 -static unsigned char cursor_side_left_mask_bits[] = { - 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, 0x0e, 0x03, 0x00, 0x00, 0x8e, 0x03, 0x00, 0x00, 0xc4, 0x03, 0x00, - 0x00, 0xe0, 0x03, 0x00, 0x00, 0xf0, 0x03, 0x00, 0x00, 0xe0, 0x03, 0x00, - 0x00, 0xc4, 0x03, 0x00, 0x00, 0x8e, 0x03, 0x00, 0x00, 0x0e, 0x03, 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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-side-left.xbm b/cursors/xbm/cursor-side-left.xbm deleted file mode 100644 index 42f38ac53e..0000000000 --- a/cursors/xbm/cursor-side-left.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_side_left_width 32 -#define cursor_side_left_height 32 -#define cursor_side_left_x_hot 10 -#define cursor_side_left_y_hot 10 -static unsigned char cursor_side_left_bits[] = { - 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, 0x04, 0x03, 0x00, 0x00, 0x84, 0x02, 0x00, 0x00, 0x40, 0x02, 0x00, - 0x00, 0x20, 0x02, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x20, 0x02, 0x00, - 0x00, 0x40, 0x02, 0x00, 0x00, 0x84, 0x02, 0x00, 0x00, 0x04, 0x03, 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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-side-right-mask.xbm b/cursors/xbm/cursor-side-right-mask.xbm deleted file mode 100644 index 4ea2565509..0000000000 --- a/cursors/xbm/cursor-side-right-mask.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_side_right_mask_width 32 -#define cursor_side_right_mask_height 32 -#define cursor_side_right_mask_x_hot 10 -#define cursor_side_right_mask_y_hot 10 -static unsigned char cursor_side_right_mask_bits[] = { - 0x00, 0x04, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, - 0x00, 0x0e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, - 0x18, 0x0e, 0x00, 0x00, 0x38, 0x0e, 0x00, 0x00, 0x78, 0x04, 0x00, 0x00, - 0xf8, 0x00, 0x00, 0x00, 0xf8, 0x01, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, - 0x78, 0x04, 0x00, 0x00, 0x38, 0x0e, 0x00, 0x00, 0x18, 0x0e, 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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-side-right.xbm b/cursors/xbm/cursor-side-right.xbm deleted file mode 100644 index a104df4e50..0000000000 --- a/cursors/xbm/cursor-side-right.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_side_right_width 32 -#define cursor_side_right_height 32 -#define cursor_side_right_x_hot 10 -#define cursor_side_right_y_hot 10 -static unsigned char cursor_side_right_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, - 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, - 0x18, 0x04, 0x00, 0x00, 0x28, 0x04, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, - 0x88, 0x00, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, - 0x48, 0x00, 0x00, 0x00, 0x28, 0x04, 0x00, 0x00, 0x18, 0x04, 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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-side-top-mask.xbm b/cursors/xbm/cursor-side-top-mask.xbm deleted file mode 100644 index f98ac8c621..0000000000 --- a/cursors/xbm/cursor-side-top-mask.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_side_top_mask_width 32 -#define cursor_side_top_mask_height 32 -#define cursor_side_top_mask_x_hot 10 -#define cursor_side_top_mask_y_hot 10 -static unsigned char cursor_side_top_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, - 0xfe, 0xe0, 0x0f, 0x00, 0xff, 0xf1, 0x1f, 0x00, 0xfe, 0xe0, 0x0f, 0x00, - 0x00, 0x04, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, - 0x80, 0x3f, 0x00, 0x00, 0xc0, 0x7f, 0x00, 0x00, 0xc0, 0x7f, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-side-top.xbm b/cursors/xbm/cursor-side-top.xbm deleted file mode 100644 index 49660d95a2..0000000000 --- a/cursors/xbm/cursor-side-top.xbm +++ /dev/null @@ -1,16 +0,0 @@ -#define cursor_side_top_width 32 -#define cursor_side_top_height 32 -#define cursor_side_top_x_hot 10 -#define cursor_side_top_y_hot 10 -static unsigned char cursor_side_top_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, - 0x00, 0x00, 0x00, 0x00, 0xfe, 0xe0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x04, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, - 0x80, 0x20, 0x00, 0x00, 0x40, 0x40, 0x00, 0x00, 0xc0, 0x7f, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-zoom-mask.xbm b/cursors/xbm/cursor-zoom-mask.xbm deleted file mode 100644 index 1a2ab68f27..0000000000 --- a/cursors/xbm/cursor-zoom-mask.xbm +++ /dev/null @@ -1,17 +0,0 @@ -/* Created with GIMP */ -#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, - 0x0e, 0xe0, 0x00, 0x00, 0x0e, 0xe0, 0x00, 0x00, 0x1c, 0x70, 0x00, 0x00, - 0x38, 0x78, 0x00, 0x00, 0xf0, 0xff, 0x00, 0x00, 0xe0, 0xff, 0x01, 0x00, - 0xc0, 0xe7, 0x03, 0x00, 0x00, 0xc0, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, - 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x7c, 0x00, - 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/cursor-zoom.xbm b/cursors/xbm/cursor-zoom.xbm deleted file mode 100644 index 874325f28e..0000000000 --- a/cursors/xbm/cursor-zoom.xbm +++ /dev/null @@ -1,17 +0,0 @@ -/* Created with GIMP */ -#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, - 0x04, 0x40, 0x00, 0x00, 0x04, 0x40, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, - 0x10, 0x30, 0x00, 0x00, 0x20, 0x78, 0x00, 0x00, 0xc0, 0xe7, 0x00, 0x00, - 0x00, 0xc0, 0x01, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x00, 0x07, 0x00, - 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x38, 0x00, - 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-anchor-mask.xbm b/cursors/xbm/modifier-anchor-mask.xbm deleted file mode 100644 index cc6ede9ce1..0000000000 --- a/cursors/xbm/modifier-anchor-mask.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x70, 0x77, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xe0, 0x3f, - 0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-anchor.xbm b/cursors/xbm/modifier-anchor.xbm deleted file mode 100644 index d218ade55b..0000000000 --- a/cursors/xbm/modifier-anchor.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x20, 0x22, 0x00, 0x00, 0x60, 0x32, 0x00, 0x00, 0xc0, 0x1f, - 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-background-mask.xbm b/cursors/xbm/modifier-background-mask.xbm deleted file mode 100644 index 66642caad4..0000000000 --- a/cursors/xbm/modifier-background-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x80, 0xff, 0x00, 0x00, 0x80, 0xff, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-background.xbm b/cursors/xbm/modifier-background.xbm deleted file mode 100644 index 4a6f09fcc7..0000000000 --- a/cursors/xbm/modifier-background.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-bad-mask.xbm b/cursors/xbm/modifier-bad-mask.xbm deleted file mode 100644 index c6d35d69ba..0000000000 --- a/cursors/xbm/modifier-bad-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define modifier_bad_mask_width 32 -#define modifier_bad_mask_height 32 -static unsigned char modifier_bad_mask_bits[] = { - 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0xc0, 0x3f, 0x00, 0x00, 0xe0, 0x7f, - 0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0xf0, 0xfe, 0x00, 0x00, 0xf0, 0xff, - 0x00, 0x00, 0xf0, 0xff, 0x00, 0x00, 0xf0, 0xf7, 0x00, 0x00, 0xe0, 0x7f, - 0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0xc0, 0x3f, 0x00, 0x00, 0x00, 0x0f, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-bad.xbm b/cursors/xbm/modifier-bad.xbm deleted file mode 100644 index 43b66351d1..0000000000 --- a/cursors/xbm/modifier-bad.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define modifier_bad_width 32 -#define modifier_bad_height 32 -static unsigned char modifier_bad_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0xc0, 0x3f, - 0x00, 0x00, 0xc0, 0x38, 0x00, 0x00, 0x60, 0x7c, 0x00, 0x00, 0x60, 0x6e, - 0x00, 0x00, 0x60, 0x67, 0x00, 0x00, 0xe0, 0x63, 0x00, 0x00, 0xc0, 0x31, - 0x00, 0x00, 0xc0, 0x3f, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-control-mask.xbm b/cursors/xbm/modifier-control-mask.xbm deleted file mode 100644 index 977eecf323..0000000000 --- a/cursors/xbm/modifier-control-mask.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0xc0, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-control.xbm b/cursors/xbm/modifier-control.xbm deleted file mode 100644 index c6079e189d..0000000000 --- a/cursors/xbm/modifier-control.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-foreground-mask.xbm b/cursors/xbm/modifier-foreground-mask.xbm deleted file mode 100644 index c30ba9e11a..0000000000 --- a/cursors/xbm/modifier-foreground-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x80, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-foreground.xbm b/cursors/xbm/modifier-foreground.xbm deleted file mode 100644 index ee41f47121..0000000000 --- a/cursors/xbm/modifier-foreground.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-intersect-mask.xbm b/cursors/xbm/modifier-intersect-mask.xbm deleted file mode 100644 index 7907d70cb2..0000000000 --- a/cursors/xbm/modifier-intersect-mask.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-intersect.xbm b/cursors/xbm/modifier-intersect.xbm deleted file mode 100644 index a0ccf8c8bf..0000000000 --- a/cursors/xbm/modifier-intersect.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-join-mask.xbm b/cursors/xbm/modifier-join-mask.xbm deleted file mode 100644 index 617ac1e047..0000000000 --- a/cursors/xbm/modifier-join-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define modifier_join_mask_width 32 -#define modifier_join_mask_height 32 -static unsigned char modifier_join_mask_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x1d, 0x00, 0x00, 0xe0, 0x3f, - 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xb8, 0xef, 0x00, 0x00, 0xb8, 0xef, - 0x00, 0x00, 0xb8, 0xef, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xe0, 0x3f, - 0x00, 0x00, 0xc0, 0x1d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-join.xbm b/cursors/xbm/modifier-join.xbm deleted file mode 100644 index cf5f5e2fbe..0000000000 --- a/cursors/xbm/modifier-join.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define modifier_join_width 32 -#define modifier_join_height 32 -static unsigned char modifier_join_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x1d, - 0x00, 0x00, 0x20, 0x22, 0x00, 0x00, 0x10, 0x45, 0x00, 0x00, 0x10, 0x45, - 0x00, 0x00, 0x10, 0x45, 0x00, 0x00, 0x20, 0x22, 0x00, 0x00, 0xc0, 0x1d, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-minus-mask.xbm b/cursors/xbm/modifier-minus-mask.xbm deleted file mode 100644 index 6ded7d0290..0000000000 --- a/cursors/xbm/modifier-minus-mask.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-minus.xbm b/cursors/xbm/modifier-minus.xbm deleted file mode 100644 index d03090c9a4..0000000000 --- a/cursors/xbm/modifier-minus.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-move-mask.xbm b/cursors/xbm/modifier-move-mask.xbm deleted file mode 100644 index 7023100711..0000000000 --- a/cursors/xbm/modifier-move-mask.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-move.xbm b/cursors/xbm/modifier-move.xbm deleted file mode 100644 index 577b125443..0000000000 --- a/cursors/xbm/modifier-move.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-pattern-mask.xbm b/cursors/xbm/modifier-pattern-mask.xbm deleted file mode 100644 index 673bab07ca..0000000000 --- a/cursors/xbm/modifier-pattern-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, 0xf0, 0x7f, 0x00, 0x00, 0xf0, 0x7f, - 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xf0, 0x7f, - 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xf0, 0x7f, - 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-pattern.xbm b/cursors/xbm/modifier-pattern.xbm deleted file mode 100644 index 378cab5582..0000000000 --- a/cursors/xbm/modifier-pattern.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, 0x60, 0x26, - 0x00, 0x00, 0x20, 0x33, 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00, 0x20, 0x33, - 0x00, 0x00, 0x60, 0x26, 0x00, 0x00, 0x20, 0x33, 0x00, 0x00, 0xe0, 0x3f, - 0x00, 0x00, 0x20, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-plus-mask.xbm b/cursors/xbm/modifier-plus-mask.xbm deleted file mode 100644 index df1fac2e79..0000000000 --- a/cursors/xbm/modifier-plus-mask.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-plus.xbm b/cursors/xbm/modifier-plus.xbm deleted file mode 100644 index 01d7f07670..0000000000 --- a/cursors/xbm/modifier-plus.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-resize-mask.xbm b/cursors/xbm/modifier-resize-mask.xbm deleted file mode 100644 index affeffbc7b..0000000000 --- a/cursors/xbm/modifier-resize-mask.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-resize.xbm b/cursors/xbm/modifier-resize.xbm deleted file mode 100644 index 90346c574d..0000000000 --- a/cursors/xbm/modifier-resize.xbm +++ /dev/null @@ -1,15 +0,0 @@ -/* Created with GIMP */ -#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, - 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-select-mask.xbm b/cursors/xbm/modifier-select-mask.xbm deleted file mode 100644 index a9eb4a5b52..0000000000 --- a/cursors/xbm/modifier-select-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define modifier_select_mask_width 32 -#define modifier_select_mask_height 32 -static unsigned char modifier_select_mask_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x18, 0x00, 0x00, 0xe0, 0x3d, - 0x00, 0x00, 0xc0, 0x18, 0x00, 0x00, 0x10, 0x40, 0x00, 0x00, 0x38, 0xe0, - 0x00, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x10, 0x40, - 0x00, 0x00, 0xc0, 0x18, 0x00, 0x00, 0xe0, 0x3d, 0x00, 0x00, 0xc0, 0x18, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/modifier-select.xbm b/cursors/xbm/modifier-select.xbm deleted file mode 100644 index 434321e671..0000000000 --- a/cursors/xbm/modifier-select.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define modifier_select_width 32 -#define modifier_select_height 32 -static unsigned char modifier_select_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x18, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x40, - 0x00, 0x00, 0x10, 0x40, 0x00, 0x00, 0x10, 0x40, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x18, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-airbrush-mask.xbm b/cursors/xbm/tool-airbrush-mask.xbm deleted file mode 100644 index d8e60881e9..0000000000 --- a/cursors/xbm/tool-airbrush-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0xfc, - 0x00, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x18, 0x7f, 0x00, 0x00, 0xbc, 0x3f, - 0x00, 0x00, 0xde, 0x1f, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00, 0xff, 0x07, - 0x00, 0x00, 0xfa, 0x63, 0x00, 0x00, 0xfc, 0xf1, 0x00, 0x00, 0xfe, 0x78, - 0x00, 0x00, 0xff, 0x39, 0x00, 0x00, 0xff, 0x39, 0x00, 0x80, 0x9f, 0x1f, - 0x00, 0x80, 0x0f, 0x0f, 0x00, 0x80, 0x03, 0x06 }; diff --git a/cursors/xbm/tool-airbrush.xbm b/cursors/xbm/tool-airbrush.xbm deleted file mode 100644 index e9b3f45983..0000000000 --- a/cursors/xbm/tool-airbrush.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x78, - 0x00, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x18, 0x1f, - 0x00, 0x00, 0x8c, 0x0e, 0x00, 0x00, 0x5e, 0x06, 0x00, 0x00, 0x3a, 0x03, - 0x00, 0x00, 0x90, 0x01, 0x00, 0x00, 0xc8, 0x60, 0x00, 0x00, 0x64, 0x10, - 0x00, 0x00, 0xb2, 0x10, 0x00, 0x00, 0x9a, 0x10, 0x00, 0x00, 0x0f, 0x09, - 0x00, 0x00, 0x03, 0x06, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-blend-mask.xbm b/cursors/xbm/tool-blend-mask.xbm deleted file mode 100644 index 15265e2613..0000000000 --- a/cursors/xbm/tool-blend-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, - 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, - 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, - 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, - 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff }; diff --git a/cursors/xbm/tool-blend.xbm b/cursors/xbm/tool-blend.xbm deleted file mode 100644 index 92095f14e5..0000000000 --- a/cursors/xbm/tool-blend.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xfe, 0x7f, 0x00, 0x00, 0xbe, 0x42, 0x00, 0x00, 0x56, 0x55, - 0x00, 0x00, 0xbe, 0x42, 0x00, 0x00, 0x6e, 0x49, 0x00, 0x00, 0xbe, 0x42, - 0x00, 0x00, 0x56, 0x55, 0x00, 0x00, 0xbe, 0x42, 0x00, 0x00, 0x6e, 0x49, - 0x00, 0x00, 0xbe, 0x42, 0x00, 0x00, 0x56, 0x55, 0x00, 0x00, 0xbe, 0x42, - 0x00, 0x00, 0xfe, 0x7f, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-blur-mask.xbm b/cursors/xbm/tool-blur-mask.xbm deleted file mode 100644 index 6a0c09f3c5..0000000000 --- a/cursors/xbm/tool-blur-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, - 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, - 0x00, 0x00, 0x80, 0x1f, 0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0xc0, 0x3f, - 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xf0, 0xff, - 0x00, 0x00, 0xf8, 0xff, 0x00, 0x00, 0xf8, 0xff, 0x00, 0x00, 0xf8, 0xff, - 0x00, 0x00, 0xf8, 0xff, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xe0, 0x3f, - 0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0x80, 0x0f }; diff --git a/cursors/xbm/tool-blur.xbm b/cursors/xbm/tool-blur.xbm deleted file mode 100644 index 2625e2bf87..0000000000 --- a/cursors/xbm/tool-blur.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x05, - 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x80, 0x08, 0x00, 0x00, 0x80, 0x18, - 0x00, 0x00, 0x40, 0x10, 0x00, 0x00, 0x20, 0x28, 0x00, 0x00, 0x20, 0x60, - 0x00, 0x00, 0x10, 0x54, 0x00, 0x00, 0x10, 0x69, 0x00, 0x00, 0x50, 0x52, - 0x00, 0x00, 0x90, 0x68, 0x00, 0x00, 0x20, 0x35, 0x00, 0x00, 0x40, 0x1a, - 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-bucket-fill-mask.xbm b/cursors/xbm/tool-bucket-fill-mask.xbm deleted file mode 100644 index d3495113b6..0000000000 --- a/cursors/xbm/tool-bucket-fill-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80, 0x03, - 0x00, 0x00, 0xc0, 0x07, 0x00, 0x00, 0xc0, 0x07, 0x00, 0x00, 0xc0, 0x07, - 0x00, 0x00, 0xc0, 0x0f, 0x00, 0x00, 0xe0, 0x1f, 0x00, 0x00, 0xf0, 0x3f, - 0x00, 0x00, 0xf8, 0x7f, 0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0xfc, 0x7f, - 0x00, 0x00, 0xf8, 0x7f, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xe0, 0x27, - 0x00, 0x00, 0xc0, 0x73, 0x00, 0x00, 0x80, 0x71, 0x00, 0x00, 0x00, 0x20, - 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x20 }; diff --git a/cursors/xbm/tool-bucket-fill.xbm b/cursors/xbm/tool-bucket-fill.xbm deleted file mode 100644 index 492c3773ac..0000000000 --- a/cursors/xbm/tool-bucket-fill.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, - 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x80, 0x03, - 0x00, 0x00, 0x80, 0x06, 0x00, 0x00, 0x40, 0x0e, 0x00, 0x00, 0x20, 0x1a, - 0x00, 0x00, 0x10, 0x37, 0x00, 0x00, 0x08, 0x3a, 0x00, 0x00, 0x08, 0x3c, - 0x00, 0x00, 0xf0, 0x2f, 0x00, 0x00, 0xe0, 0x27, 0x00, 0x00, 0xc0, 0x03, - 0x00, 0x00, 0x80, 0x21, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-burn-mask.xbm b/cursors/xbm/tool-burn-mask.xbm deleted file mode 100644 index b4f220b3f9..0000000000 --- a/cursors/xbm/tool-burn-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xff, - 0x00, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfe, 0xff, - 0x00, 0x00, 0x7e, 0xfc, 0x00, 0x00, 0x3e, 0xf8, 0x00, 0x00, 0x1e, 0xf0, - 0x00, 0x00, 0x1e, 0xf0, 0x00, 0x00, 0x1e, 0xf0, 0x00, 0x00, 0x3e, 0xf8, - 0x00, 0x00, 0x7e, 0xfc, 0x00, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfe, 0xff, - 0x00, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfe, 0xff }; diff --git a/cursors/xbm/tool-burn.xbm b/cursors/xbm/tool-burn.xbm deleted file mode 100644 index 852af69388..0000000000 --- a/cursors/xbm/tool-burn.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x7c, 0x7c, - 0x00, 0x00, 0x1c, 0x70, 0x00, 0x00, 0x1c, 0x70, 0x00, 0x00, 0x0c, 0x60, - 0x00, 0x00, 0x0c, 0x60, 0x00, 0x00, 0x0c, 0x60, 0x00, 0x00, 0x1c, 0x70, - 0x00, 0x00, 0x1c, 0x70, 0x00, 0x00, 0x7c, 0x7c, 0x00, 0x00, 0xfc, 0x7f, - 0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-clone-mask.xbm b/cursors/xbm/tool-clone-mask.xbm deleted file mode 100644 index ab6ffb927f..0000000000 --- a/cursors/xbm/tool-clone-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0xf0, 0x07, - 0x00, 0x00, 0xf8, 0x0f, 0x00, 0x00, 0xf8, 0x0f, 0x00, 0x00, 0xf8, 0x0f, - 0x00, 0x00, 0xf0, 0x07, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0xe0, 0x03, - 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0xff, 0x7f, 0x00, 0x80, 0xff, 0xff, - 0x00, 0x80, 0xff, 0xff, 0x00, 0x80, 0xff, 0xff, 0x00, 0x80, 0xff, 0xff, - 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0xfe, 0x3f }; diff --git a/cursors/xbm/tool-clone.xbm b/cursors/xbm/tool-clone.xbm deleted file mode 100644 index e78beb76b9..0000000000 --- a/cursors/xbm/tool-clone.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x20, 0x02, - 0x00, 0x00, 0x10, 0x04, 0x00, 0x00, 0x10, 0x04, 0x00, 0x00, 0x10, 0x04, - 0x00, 0x00, 0x20, 0x02, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x40, 0x01, - 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0x01, 0x40, - 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0xe1, 0x43, 0x00, 0x00, 0x81, 0x40, - 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-color-picker-mask.xbm b/cursors/xbm/tool-color-picker-mask.xbm deleted file mode 100644 index b0c3f0b210..0000000000 --- a/cursors/xbm/tool-color-picker-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x7f, - 0x00, 0x00, 0xc0, 0xff, 0x00, 0x00, 0xe0, 0xff, 0x00, 0x00, 0xc0, 0xff, - 0x00, 0x00, 0xc0, 0x7f, 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00, 0xf0, 0x1f, - 0x00, 0x00, 0xf8, 0x1f, 0x00, 0x00, 0xfc, 0x01, 0x00, 0x00, 0xfe, 0x00, - 0x00, 0x00, 0x7f, 0x00, 0x00, 0x80, 0x3f, 0x00, 0x00, 0xc0, 0x1f, 0x00, - 0x00, 0xe0, 0x0f, 0x00, 0x00, 0xe0, 0x07, 0x00, 0x00, 0xf0, 0x03, 0x00, - 0x00, 0xe0, 0x01, 0x00, 0x00, 0x40, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-color-picker.xbm b/cursors/xbm/tool-color-picker.xbm deleted file mode 100644 index 60fb61099a..0000000000 --- a/cursors/xbm/tool-color-picker.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x41, - 0x00, 0x00, 0xc0, 0xa1, 0x00, 0x00, 0x20, 0xbc, 0x00, 0x00, 0x40, 0xbb, - 0x00, 0x00, 0x80, 0x44, 0x00, 0x00, 0x40, 0x34, 0x00, 0x00, 0x20, 0x13, - 0x00, 0x00, 0x90, 0x15, 0x00, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x64, 0x00, - 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x80, 0x0c, 0x00, - 0x00, 0x40, 0x06, 0x00, 0x00, 0x40, 0x03, 0x00, 0x00, 0xe0, 0x01, 0x00, - 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-crop-mask.xbm b/cursors/xbm/tool-crop-mask.xbm deleted file mode 100644 index 2bd2de6a58..0000000000 --- a/cursors/xbm/tool-crop-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0xf0, 0x3f, - 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xf0, 0x3f, 0x00, 0x00, 0x70, 0x1c, - 0x00, 0x00, 0x70, 0x1c, 0x00, 0x00, 0x70, 0x1c, 0x00, 0x00, 0xf8, 0x1f, - 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0xf8, 0x1f, 0x00, 0x00, 0x70, 0x00, - 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-crop.xbm b/cursors/xbm/tool-crop.xbm deleted file mode 100644 index a771935d24..0000000000 --- a/cursors/xbm/tool-crop.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, - 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00, 0x20, 0x08, 0x00, 0x00, 0x20, 0x08, - 0x00, 0x00, 0x20, 0x08, 0x00, 0x00, 0x20, 0x08, 0x00, 0x00, 0x20, 0x08, - 0x00, 0x00, 0xf8, 0x0f, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-dodge-mask.xbm b/cursors/xbm/tool-dodge-mask.xbm deleted file mode 100644 index 8adb206ed8..0000000000 --- a/cursors/xbm/tool-dodge-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, - 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xfc, 0x07, 0x00, 0x00, 0xfc, 0x07, - 0x00, 0x00, 0xfe, 0x0f, 0x00, 0x00, 0xfe, 0x0f, 0x00, 0x00, 0xfe, 0x0f, - 0x00, 0x00, 0xfc, 0x07, 0x00, 0x00, 0xfc, 0x0f, 0x00, 0x00, 0xf8, 0x1f, - 0x00, 0x00, 0xe0, 0x3e, 0x00, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x00, 0xf8, - 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x60 }; diff --git a/cursors/xbm/tool-dodge.xbm b/cursors/xbm/tool-dodge.xbm deleted file mode 100644 index b4bf713af5..0000000000 --- a/cursors/xbm/tool-dodge.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xf8, 0x03, - 0x00, 0x00, 0xfc, 0x07, 0x00, 0x00, 0xfc, 0x07, 0x00, 0x00, 0xfc, 0x07, - 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xf8, 0x07, 0x00, 0x00, 0xe0, 0x0e, - 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x70, - 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-ellipse-select-mask.xbm b/cursors/xbm/tool-ellipse-select-mask.xbm deleted file mode 100644 index 3c6517d7db..0000000000 --- a/cursors/xbm/tool-ellipse-select-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0xc0, 0x1f, - 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00, 0x70, 0x70, 0x00, 0x00, 0x30, 0x60, - 0x00, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x38, 0xe0, - 0x00, 0x00, 0x30, 0x60, 0x00, 0x00, 0x70, 0x70, 0x00, 0x00, 0xe0, 0x3f, - 0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0x00, 0x07 }; diff --git a/cursors/xbm/tool-ellipse-select.xbm b/cursors/xbm/tool-ellipse-select.xbm deleted file mode 100644 index d71c53ca14..0000000000 --- a/cursors/xbm/tool-ellipse-select.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, - 0x00, 0x00, 0x40, 0x10, 0x00, 0x00, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x10, 0x40, 0x00, 0x00, 0x10, 0x40, 0x00, 0x00, 0x10, 0x40, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x20, 0x00, 0x00, 0x40, 0x10, - 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-eraser-mask.xbm b/cursors/xbm/tool-eraser-mask.xbm deleted file mode 100644 index 71ff792b18..0000000000 --- a/cursors/xbm/tool-eraser-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, - 0x00, 0x00, 0x80, 0x07, 0x00, 0x00, 0xc0, 0x0f, 0x00, 0x00, 0xe0, 0x1f, - 0x00, 0x00, 0xf0, 0x3f, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0xfc, 0x1f, - 0x00, 0x00, 0xfe, 0x0f, 0x00, 0x00, 0xff, 0x07, 0x00, 0x00, 0xff, 0x03, - 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfc, 0x2d, 0x00, 0x00, 0xfe, 0x7f, - 0x00, 0x00, 0xfc, 0x2d, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-eraser.xbm b/cursors/xbm/tool-eraser.xbm deleted file mode 100644 index 137a34e1bb..0000000000 --- a/cursors/xbm/tool-eraser.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x80, 0x04, 0x00, 0x00, 0x40, 0x08, - 0x00, 0x00, 0x20, 0x10, 0x00, 0x00, 0x10, 0x18, 0x00, 0x00, 0x08, 0x0c, - 0x00, 0x00, 0x04, 0x06, 0x00, 0x00, 0x02, 0x03, 0x00, 0x00, 0x86, 0x01, - 0x00, 0x00, 0xcc, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0xfc, 0x2d, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-flip-horizontal-mask.xbm b/cursors/xbm/tool-flip-horizontal-mask.xbm deleted file mode 100644 index 985bf14525..0000000000 --- a/cursors/xbm/tool-flip-horizontal-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x0e, 0x0e, - 0x00, 0x00, 0xff, 0x1f, 0x00, 0x80, 0xff, 0x3f, 0x00, 0xc0, 0xff, 0x7f, - 0x00, 0x80, 0xff, 0x3f, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x00, 0x0e, 0x0e, - 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-flip-horizontal.xbm b/cursors/xbm/tool-flip-horizontal.xbm deleted file mode 100644 index c34723376c..0000000000 --- a/cursors/xbm/tool-flip-horizontal.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, - 0x00, 0x00, 0x06, 0x0c, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x80, 0x07, 0x3c, - 0x00, 0x00, 0xff, 0x1f, 0x00, 0x00, 0x06, 0x0c, 0x00, 0x00, 0x04, 0x04, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-flip-vertical-mask.xbm b/cursors/xbm/tool-flip-vertical-mask.xbm deleted file mode 100644 index ec8f0ff577..0000000000 --- a/cursors/xbm/tool-flip-vertical-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0xf0, 0x01, - 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xfc, 0x07, 0x00, 0x00, 0xf8, 0x03, - 0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0xf0, 0x01, - 0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0xf8, 0x03, - 0x00, 0x00, 0xfc, 0x07, 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xf0, 0x01, - 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0x40, 0x00 }; diff --git a/cursors/xbm/tool-flip-vertical.xbm b/cursors/xbm/tool-flip-vertical.xbm deleted file mode 100644 index 29b3a1fb13..0000000000 --- a/cursors/xbm/tool-flip-vertical.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0xe0, 0x00, - 0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xa0, 0x00, - 0x00, 0x00, 0xa0, 0x00, 0x00, 0x00, 0xa0, 0x00, 0x00, 0x00, 0xa0, 0x00, - 0x00, 0x00, 0xa0, 0x00, 0x00, 0x00, 0xa0, 0x00, 0x00, 0x00, 0xa0, 0x00, - 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0xe0, 0x00, - 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-free-select-mask.xbm b/cursors/xbm/tool-free-select-mask.xbm deleted file mode 100644 index ac3adce8d4..0000000000 --- a/cursors/xbm/tool-free-select-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x07, - 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0x3c, 0x78, - 0x00, 0x00, 0x0e, 0xe0, 0x00, 0x00, 0x0e, 0xe0, 0x00, 0x00, 0x0e, 0xe0, - 0x00, 0x00, 0x1e, 0x78, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0xff, 0x1f, - 0x00, 0x00, 0xff, 0x07, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x80, 0x0f, 0x00, - 0x00, 0xc0, 0x07, 0x00, 0x00, 0x80, 0x01, 0x00 }; diff --git a/cursors/xbm/tool-free-select.xbm b/cursors/xbm/tool-free-select.xbm deleted file mode 100644 index d50dc1990b..0000000000 --- a/cursors/xbm/tool-free-select.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xc0, 0x07, 0x00, 0x00, 0x30, 0x18, 0x00, 0x00, 0x08, 0x20, - 0x00, 0x00, 0x04, 0x40, 0x00, 0x00, 0x04, 0x40, 0x00, 0x00, 0x04, 0x40, - 0x00, 0x00, 0x04, 0x20, 0x00, 0x00, 0x1c, 0x18, 0x00, 0x00, 0xea, 0x07, - 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x06, 0x00, - 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-fuzzy-select-mask.xbm b/cursors/xbm/tool-fuzzy-select-mask.xbm deleted file mode 100644 index b66e58101a..0000000000 --- a/cursors/xbm/tool-fuzzy-select-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x0e, - 0x00, 0x00, 0x40, 0x44, 0x00, 0x00, 0xe0, 0xee, 0x00, 0x00, 0x40, 0x5f, - 0x00, 0x00, 0x80, 0x3f, 0x00, 0x00, 0xd0, 0x3f, 0x00, 0x00, 0xf8, 0x7f, - 0x00, 0x00, 0xd0, 0x3f, 0x00, 0x00, 0xc0, 0x3f, 0x00, 0x00, 0xe0, 0x57, - 0x00, 0x00, 0xf0, 0xe7, 0x00, 0x00, 0xf8, 0x4f, 0x00, 0x00, 0xfc, 0x04, - 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x80, 0x1f, 0x00, - 0x00, 0x80, 0x0f, 0x00, 0x00, 0x00, 0x07, 0x00 }; diff --git a/cursors/xbm/tool-fuzzy-select.xbm b/cursors/xbm/tool-fuzzy-select.xbm deleted file mode 100644 index 9408331d18..0000000000 --- a/cursors/xbm/tool-fuzzy-select.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x44, 0x00, 0x00, 0x00, 0x04, - 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0xd0, 0x20, - 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x80, 0x15, 0x00, 0x00, 0xc0, 0x03, - 0x00, 0x00, 0xe0, 0x41, 0x00, 0x00, 0xf0, 0x04, 0x00, 0x00, 0x78, 0x00, - 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x0d, 0x00, - 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-hand-mask.xbm b/cursors/xbm/tool-hand-mask.xbm deleted file mode 100644 index e06224d3e5..0000000000 --- a/cursors/xbm/tool-hand-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x01, 0x00, 0x80, 0xff, 0x03, - 0x00, 0xc0, 0xff, 0x07, 0x00, 0x80, 0xff, 0x0f, 0x00, 0x00, 0xff, 0x1f, - 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0xfe, 0x1f, 0x00, 0x00, 0xfc, 0x3f, - 0x00, 0x00, 0xfe, 0x7f, 0x00, 0x00, 0xfc, 0xff, 0x00, 0x00, 0xf8, 0x7f, - 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0x80, 0x0f, - 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x02 }; diff --git a/cursors/xbm/tool-hand.xbm b/cursors/xbm/tool-hand.xbm deleted file mode 100644 index 0f1a0ccd67..0000000000 --- a/cursors/xbm/tool-hand.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x01, - 0x00, 0x80, 0x00, 0x02, 0x00, 0x00, 0x3f, 0x04, 0x00, 0x00, 0x04, 0x08, - 0x00, 0x00, 0x38, 0x08, 0x00, 0x00, 0x04, 0x08, 0x00, 0x00, 0x38, 0x14, - 0x00, 0x00, 0x04, 0x22, 0x00, 0x00, 0x18, 0x41, 0x00, 0x00, 0xa0, 0x20, - 0x00, 0x00, 0x40, 0x12, 0x00, 0x00, 0x80, 0x08, 0x00, 0x00, 0x00, 0x05, - 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-heal-mask.xbm b/cursors/xbm/tool-heal-mask.xbm deleted file mode 100644 index f5f88a875a..0000000000 --- a/cursors/xbm/tool-heal-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define tool_heal_mask_width 32 -#define tool_heal_mask_height 32 -static unsigned char tool_heal_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x04, - 0x00, 0x00, 0xa0, 0x01, 0x00, 0x00, 0xa0, 0x0d, 0x00, 0x00, 0x78, 0x05, - 0x00, 0x00, 0xbd, 0x55, 0x00, 0x00, 0xd8, 0x58, 0x00, 0x00, 0x80, 0x37, - 0x00, 0x00, 0xcc, 0x37, 0x00, 0x00, 0xc0, 0x7b, 0x00, 0x00, 0x12, 0x59, - 0x00, 0x00, 0x2a, 0x0b, 0x00, 0x00, 0xf8, 0x09, 0x00, 0x00, 0xc0, 0x01, - 0x00, 0x00, 0x10, 0x06, 0x00, 0x00, 0x60, 0x04 }; diff --git a/cursors/xbm/tool-heal.xbm b/cursors/xbm/tool-heal.xbm deleted file mode 100644 index e7e70bccec..0000000000 --- a/cursors/xbm/tool-heal.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define tool_heal_width 32 -#define tool_heal_height 32 -static unsigned char tool_heal_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x04, - 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x40, 0x01, - 0x00, 0x00, 0x21, 0x44, 0x00, 0x00, 0x10, 0x48, 0x00, 0x00, 0x00, 0x30, - 0x00, 0x00, 0x4c, 0x32, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x02, 0x48, - 0x00, 0x00, 0x02, 0x02, 0x00, 0x00, 0x88, 0x01, 0x00, 0x00, 0x80, 0x01, - 0x00, 0x00, 0x10, 0x06, 0x00, 0x00, 0x60, 0x04 }; diff --git a/cursors/xbm/tool-ink-mask.xbm b/cursors/xbm/tool-ink-mask.xbm deleted file mode 100644 index a7066a3b56..0000000000 --- a/cursors/xbm/tool-ink-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x7e, - 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x80, 0xff, 0x00, 0x00, 0xc0, 0x7f, - 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00, 0xf8, 0x1f, 0x00, 0x00, 0xfe, 0x0f, - 0x00, 0x00, 0xff, 0x07, 0x00, 0x80, 0xff, 0x03, 0x00, 0x80, 0xff, 0x01, - 0x00, 0xc0, 0xff, 0x01, 0x00, 0xc0, 0xff, 0x00, 0x00, 0xc0, 0xff, 0x00, - 0x00, 0xe0, 0x7f, 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00, 0xf0, 0x0f, 0x00, - 0x00, 0xf0, 0x01, 0x00, 0x00, 0x60, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-ink.xbm b/cursors/xbm/tool-ink.xbm deleted file mode 100644 index 690e259b40..0000000000 --- a/cursors/xbm/tool-ink.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x2c, - 0x00, 0x00, 0x00, 0x76, 0x00, 0x00, 0x00, 0x7b, 0x00, 0x00, 0x80, 0x3d, - 0x00, 0x00, 0xc0, 0x1e, 0x00, 0x00, 0x60, 0x0f, 0x00, 0x00, 0xb8, 0x07, - 0x00, 0x00, 0xfe, 0x03, 0x00, 0x00, 0xe3, 0x01, 0x00, 0x00, 0xd5, 0x00, - 0x00, 0x80, 0xc9, 0x00, 0x00, 0x80, 0x54, 0x00, 0x00, 0x80, 0x62, 0x00, - 0x00, 0x40, 0x39, 0x00, 0x00, 0xc0, 0x0e, 0x00, 0x00, 0xe0, 0x01, 0x00, - 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-iscissors-mask.xbm b/cursors/xbm/tool-iscissors-mask.xbm deleted file mode 100644 index 1fab458986..0000000000 --- a/cursors/xbm/tool-iscissors-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xe0, 0x01, - 0x00, 0x00, 0xf0, 0x03, 0x00, 0x00, 0xb8, 0x07, 0x00, 0x00, 0xf8, 0x0f, - 0x00, 0x00, 0xfc, 0x0f, 0x00, 0x00, 0xfc, 0x0e, 0x00, 0x00, 0xdc, 0x07, - 0x00, 0x00, 0xdc, 0x07, 0x00, 0x00, 0x8e, 0x07, 0x00, 0x00, 0x8e, 0x07, - 0x00, 0x00, 0x8e, 0x0f, 0x00, 0x03, 0xc7, 0x3d, 0x80, 0xe7, 0xc3, 0x79, - 0xc0, 0xff, 0xe1, 0xfd, 0xc0, 0xff, 0xf0, 0xff, 0x80, 0x1f, 0xf0, 0x7b, - 0x00, 0x03, 0xe0, 0x31, 0x00, 0x00, 0xc0, 0x00 }; diff --git a/cursors/xbm/tool-iscissors.xbm b/cursors/xbm/tool-iscissors.xbm deleted file mode 100644 index 9361f1fbe2..0000000000 --- a/cursors/xbm/tool-iscissors.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, - 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x10, 0x01, 0x00, 0x00, 0x10, 0x05, - 0x00, 0x00, 0x48, 0x04, 0x00, 0x00, 0x48, 0x04, 0x00, 0x00, 0x88, 0x02, - 0x00, 0x00, 0x88, 0x02, 0x00, 0x00, 0x04, 0x03, 0x00, 0x00, 0x04, 0x03, - 0x00, 0x00, 0x04, 0x05, 0x00, 0x00, 0x82, 0x08, 0x00, 0x03, 0x81, 0x30, - 0x80, 0xe7, 0xc0, 0x48, 0x80, 0x1f, 0x20, 0x49, 0x00, 0x03, 0x20, 0x31, - 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-measure-mask.xbm b/cursors/xbm/tool-measure-mask.xbm deleted file mode 100644 index a5c1de9b5e..0000000000 --- a/cursors/xbm/tool-measure-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x1e, - 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x80, 0x7f, 0x00, 0x00, 0xc0, 0xff, - 0x00, 0x00, 0xe0, 0xff, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xf8, 0x3f, - 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0xfe, 0x0f, 0x00, 0x00, 0xff, 0x07, - 0x00, 0x80, 0xff, 0x03, 0x00, 0xc0, 0xff, 0x01, 0x00, 0xe0, 0xff, 0x00, - 0x00, 0xe0, 0x7f, 0x00, 0x00, 0xc0, 0x3f, 0x00, 0x00, 0x80, 0x1f, 0x00, - 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x06, 0x00 }; diff --git a/cursors/xbm/tool-measure.xbm b/cursors/xbm/tool-measure.xbm deleted file mode 100644 index 74651e5424..0000000000 --- a/cursors/xbm/tool-measure.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, - 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x80, 0x42, - 0x00, 0x00, 0x40, 0x60, 0x00, 0x00, 0xa0, 0x30, 0x00, 0x00, 0x10, 0x19, - 0x00, 0x00, 0x28, 0x0c, 0x00, 0x00, 0x04, 0x06, 0x00, 0x00, 0x0a, 0x03, - 0x00, 0x00, 0x91, 0x01, 0x00, 0x80, 0xc2, 0x00, 0x00, 0x40, 0x60, 0x00, - 0x00, 0xc0, 0x30, 0x00, 0x00, 0x80, 0x19, 0x00, 0x00, 0x00, 0x0f, 0x00, - 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-move-mask.xbm b/cursors/xbm/tool-move-mask.xbm deleted file mode 100644 index 45c86da0b3..0000000000 --- a/cursors/xbm/tool-move-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0xc0, 0x01, - 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0xf0, 0x07, 0x00, 0x00, 0xe8, 0x0b, - 0x00, 0x00, 0xdc, 0x1d, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0xff, 0x7f, - 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0xdc, 0x1d, 0x00, 0x00, 0xe8, 0x0b, - 0x00, 0x00, 0xf0, 0x07, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0xc0, 0x01, - 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-move.xbm b/cursors/xbm/tool-move.xbm deleted file mode 100644 index c087eb099e..0000000000 --- a/cursors/xbm/tool-move.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, - 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x80, 0x00, - 0x00, 0x00, 0x88, 0x08, 0x00, 0x00, 0x8c, 0x18, 0x00, 0x00, 0xfe, 0x3f, - 0x00, 0x00, 0x8c, 0x18, 0x00, 0x00, 0x88, 0x08, 0x00, 0x00, 0x80, 0x00, - 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x80, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-paintbrush-mask.xbm b/cursors/xbm/tool-paintbrush-mask.xbm deleted file mode 100644 index 56729a7c32..0000000000 --- a/cursors/xbm/tool-paintbrush-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0xf0, - 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x7e, - 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x80, 0x3f, 0x00, 0x00, 0xc0, 0x1f, - 0x00, 0x00, 0xf8, 0x1f, 0x00, 0x00, 0xfc, 0x0f, 0x00, 0x00, 0xfe, 0x07, - 0x00, 0x00, 0xff, 0x01, 0x00, 0xc0, 0xff, 0x01, 0x00, 0xc0, 0xff, 0x00, - 0x00, 0xc0, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-paintbrush.xbm b/cursors/xbm/tool-paintbrush.xbm deleted file mode 100644 index 93f04f9d74..0000000000 --- a/cursors/xbm/tool-paintbrush.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, - 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x38, - 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x0f, - 0x00, 0x00, 0x80, 0x07, 0x00, 0x00, 0x70, 0x03, 0x00, 0x00, 0xe8, 0x00, - 0x00, 0x00, 0xf4, 0x00, 0x00, 0x00, 0x7a, 0x00, 0x00, 0x80, 0x1f, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-paths-anchor-mask.xbm b/cursors/xbm/tool-paths-anchor-mask.xbm deleted file mode 100644 index 825cf1db6a..0000000000 --- a/cursors/xbm/tool-paths-anchor-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define tool_paths_anchor_mask_width 32 -#define tool_paths_anchor_mask_height 32 -static unsigned char tool_paths_anchor_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x07, - 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0xe0, 0x3f, - 0x00, 0x00, 0xc0, 0x1f, 0x08, 0x00, 0x80, 0x0f, 0x1c, 0x00, 0x00, 0x07, - 0x1c, 0x00, 0x00, 0x07, 0x38, 0x00, 0x80, 0x03, 0x38, 0x00, 0x80, 0x03, - 0x70, 0x40, 0xc0, 0x01, 0xe0, 0xe0, 0xe0, 0x00, 0xdc, 0xf3, 0x79, 0x1c, - 0xfe, 0xff, 0x7f, 0x3f, 0xfe, 0xff, 0xff, 0x3f, 0x7e, 0xfd, 0x57, 0x3f, - 0x1c, 0xf0, 0x01, 0x1c, 0x00, 0xe0, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-paths-anchor.xbm b/cursors/xbm/tool-paths-anchor.xbm deleted file mode 100644 index 2a1c717cf2..0000000000 --- a/cursors/xbm/tool-paths-anchor.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define tool_paths_anchor_width 32 -#define tool_paths_anchor_height 32 -static unsigned char tool_paths_anchor_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, - 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xc0, 0x1d, - 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x00, 0x07, 0x08, 0x00, 0x00, 0x02, - 0x08, 0x00, 0x00, 0x02, 0x10, 0x00, 0x00, 0x01, 0x10, 0x00, 0x00, 0x01, - 0x20, 0x00, 0x80, 0x00, 0x40, 0x40, 0x40, 0x00, 0x80, 0xe0, 0x20, 0x00, - 0x1c, 0xf3, 0x19, 0x1c, 0x54, 0xbd, 0x57, 0x15, 0x1c, 0xf0, 0x01, 0x1c, - 0x00, 0xe0, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-paths-control-mask.xbm b/cursors/xbm/tool-paths-control-mask.xbm deleted file mode 100644 index 83d185806b..0000000000 --- a/cursors/xbm/tool-paths-control-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define tool_paths_control_mask_width 32 -#define tool_paths_control_mask_height 32 -static unsigned char tool_paths_control_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, - 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xc0, 0x1d, - 0x00, 0x00, 0x80, 0x0f, 0x08, 0x00, 0x00, 0x07, 0x1c, 0x00, 0x00, 0x07, - 0x1c, 0x00, 0x00, 0x07, 0x38, 0x00, 0x80, 0x03, 0x38, 0x00, 0x80, 0x03, - 0x70, 0x00, 0xc0, 0x01, 0xff, 0x40, 0xe0, 0x7f, 0xff, 0xe3, 0x78, 0x7f, - 0xff, 0xff, 0x7f, 0x7f, 0xff, 0xbf, 0xff, 0x7f, 0x7f, 0xfd, 0x57, 0x7f, - 0x7f, 0xe0, 0x00, 0x7f, 0x7f, 0x40, 0x00, 0x7f }; diff --git a/cursors/xbm/tool-paths-control.xbm b/cursors/xbm/tool-paths-control.xbm deleted file mode 100644 index c0018043af..0000000000 --- a/cursors/xbm/tool-paths-control.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define tool_paths_control_width 32 -#define tool_paths_control_height 32 -static unsigned char tool_paths_control_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x80, 0x08, - 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x08, 0x00, 0x00, 0x02, - 0x08, 0x00, 0x00, 0x02, 0x10, 0x00, 0x00, 0x01, 0x10, 0x00, 0x00, 0x01, - 0x20, 0x00, 0x80, 0x00, 0x40, 0x00, 0x40, 0x00, 0xbe, 0x40, 0x20, 0x3e, - 0x3e, 0xa3, 0x18, 0x3e, 0x76, 0x1d, 0x57, 0x37, 0x3e, 0xa0, 0x00, 0x3e, - 0x3e, 0x40, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-paths-mask.xbm b/cursors/xbm/tool-paths-mask.xbm deleted file mode 100644 index 307488eb63..0000000000 --- a/cursors/xbm/tool-paths-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, - 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xc0, 0x1d, - 0x00, 0x00, 0x80, 0x0f, 0x08, 0x00, 0x00, 0x07, 0x1c, 0x00, 0x00, 0x07, - 0x1c, 0x00, 0x00, 0x07, 0x38, 0x00, 0x80, 0x03, 0x38, 0x00, 0x80, 0x03, - 0x70, 0x00, 0xc0, 0x01, 0xe0, 0x40, 0xe0, 0x00, 0xdc, 0xe3, 0x78, 0x1c, - 0xfe, 0xff, 0x7f, 0x3f, 0xfe, 0xbf, 0xff, 0x3f, 0x7e, 0xfd, 0x57, 0x3f, - 0x1c, 0xe0, 0x00, 0x1c, 0x00, 0x40, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-paths-segment-mask.xbm b/cursors/xbm/tool-paths-segment-mask.xbm deleted file mode 100644 index 5a1460ec29..0000000000 --- a/cursors/xbm/tool-paths-segment-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define tool_paths_segment_mask_width 32 -#define tool_paths_segment_mask_height 32 -static unsigned char tool_paths_segment_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, - 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xc0, 0x1d, - 0x08, 0x00, 0x80, 0x0f, 0x1c, 0x00, 0x80, 0x0f, 0x3e, 0x00, 0x80, 0x0f, - 0x3e, 0x00, 0x80, 0x0f, 0x7c, 0x00, 0xc0, 0x07, 0x7c, 0x00, 0xc0, 0x07, - 0xf8, 0x00, 0xe0, 0x03, 0xf0, 0x43, 0xf8, 0x01, 0xfc, 0xff, 0xff, 0x1c, - 0xfe, 0xff, 0x7f, 0x3f, 0xfe, 0xbf, 0xff, 0x3f, 0x7e, 0xff, 0x5f, 0x3f, - 0x1c, 0xfc, 0x07, 0x1c, 0x00, 0x40, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-paths-segment.xbm b/cursors/xbm/tool-paths-segment.xbm deleted file mode 100644 index fb5fd338a3..0000000000 --- a/cursors/xbm/tool-paths-segment.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define tool_paths_segment_width 32 -#define tool_paths_segment_height 32 -static unsigned char tool_paths_segment_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x80, 0x08, - 0x00, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x07, 0x14, 0x00, 0x00, 0x05, - 0x14, 0x00, 0x00, 0x05, 0x28, 0x00, 0x80, 0x02, 0x28, 0x00, 0x80, 0x02, - 0x50, 0x00, 0x40, 0x01, 0xa0, 0x00, 0xa0, 0x00, 0x40, 0x43, 0x58, 0x00, - 0x9c, 0xbc, 0x27, 0x1c, 0x54, 0x13, 0x59, 0x15, 0x1c, 0xbc, 0x07, 0x1c, - 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-paths.xbm b/cursors/xbm/tool-paths.xbm deleted file mode 100644 index cf7bb877d2..0000000000 --- a/cursors/xbm/tool-paths.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x80, 0x08, - 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x08, 0x00, 0x00, 0x02, - 0x08, 0x00, 0x00, 0x02, 0x10, 0x00, 0x00, 0x01, 0x10, 0x00, 0x00, 0x01, - 0x20, 0x00, 0x80, 0x00, 0x40, 0x00, 0x40, 0x00, 0x80, 0x40, 0x20, 0x00, - 0x1c, 0xa3, 0x18, 0x1c, 0x54, 0x1d, 0x57, 0x15, 0x1c, 0xa0, 0x00, 0x1c, - 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-pencil-mask.xbm b/cursors/xbm/tool-pencil-mask.xbm deleted file mode 100644 index 19e14d3429..0000000000 --- a/cursors/xbm/tool-pencil-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x3c, - 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x80, 0x3f, - 0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0xe0, 0x0f, 0x00, 0x00, 0xf0, 0x07, - 0x00, 0x00, 0xf0, 0x03, 0x00, 0x00, 0xf8, 0x01, 0x00, 0x00, 0xf8, 0x00, - 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-pencil.xbm b/cursors/xbm/tool-pencil.xbm deleted file mode 100644 index 76c7bc7548..0000000000 --- a/cursors/xbm/tool-pencil.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, - 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x3a, 0x00, 0x00, 0x00, 0x19, - 0x00, 0x00, 0x80, 0x0c, 0x00, 0x00, 0x40, 0x06, 0x00, 0x00, 0x20, 0x03, - 0x00, 0x00, 0xa0, 0x01, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x30, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-perspective-mask.xbm b/cursors/xbm/tool-perspective-mask.xbm deleted file mode 100644 index 27f46dff1a..0000000000 --- a/cursors/xbm/tool-perspective-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x0f, - 0x00, 0x80, 0xff, 0x0f, 0x00, 0x80, 0xff, 0x0f, 0x00, 0xc0, 0x01, 0x1c, - 0x00, 0xc0, 0x01, 0x1c, 0x00, 0xe0, 0x00, 0x38, 0x00, 0xe0, 0x00, 0x38, - 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0xf8, 0xff, 0xff, - 0x00, 0xf8, 0xff, 0xff, 0x00, 0xf8, 0xff, 0xff }; diff --git a/cursors/xbm/tool-perspective.xbm b/cursors/xbm/tool-perspective.xbm deleted file mode 100644 index 18c33e9770..0000000000 --- a/cursors/xbm/tool-perspective.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xff, 0x07, 0x00, 0x00, 0x01, 0x04, 0x00, 0x80, 0x00, 0x08, - 0x00, 0x80, 0x00, 0x08, 0x00, 0x40, 0x00, 0x10, 0x00, 0x40, 0x00, 0x10, - 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x10, 0x00, 0x40, - 0x00, 0xf0, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-polygon-select-mask.xbm b/cursors/xbm/tool-polygon-select-mask.xbm deleted file mode 100644 index 073918dd7a..0000000000 --- a/cursors/xbm/tool-polygon-select-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define tool_polygon_select_mask_width 32 -#define tool_polygon_select_mask_height 32 -static unsigned char tool_polygon_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x80, 0x1f, - 0x00, 0x00, 0x80, 0x7f, 0x00, 0x00, 0x80, 0xff, 0x00, 0x00, 0x80, 0xe3, - 0x00, 0x00, 0xc0, 0xe1, 0x00, 0x00, 0xff, 0x71, 0x00, 0x80, 0xff, 0x71, - 0x00, 0x00, 0xff, 0x70, 0x00, 0x00, 0x07, 0x70, 0x00, 0x00, 0x0e, 0x70, - 0x00, 0x00, 0x3e, 0x38, 0x00, 0x00, 0xfc, 0x3b, 0x00, 0x00, 0xf8, 0x3f, - 0x00, 0x00, 0xc0, 0x3f, 0x00, 0x00, 0x00, 0x1c }; diff --git a/cursors/xbm/tool-polygon-select.xbm b/cursors/xbm/tool-polygon-select.xbm deleted file mode 100644 index 4b80e63058..0000000000 --- a/cursors/xbm/tool-polygon-select.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#define tool_polygon_select_width 32 -#define tool_polygon_select_height 32 -static unsigned char tool_polygon_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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, - 0x00, 0x00, 0x00, 0x1d, 0x00, 0x00, 0x00, 0x61, 0x00, 0x00, 0x00, 0x41, - 0x00, 0x00, 0x80, 0x40, 0x00, 0x00, 0x80, 0x20, 0x00, 0x00, 0xff, 0x20, - 0x00, 0x00, 0x02, 0x20, 0x00, 0x00, 0x02, 0x20, 0x00, 0x00, 0x04, 0x20, - 0x00, 0x00, 0x04, 0x10, 0x00, 0x00, 0x38, 0x10, 0x00, 0x00, 0xc0, 0x13, - 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-rect-select-mask.xbm b/cursors/xbm/tool-rect-select-mask.xbm deleted file mode 100644 index 2c70717d29..0000000000 --- a/cursors/xbm/tool-rect-select-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0x00, 0x00, 0xf8, 0xff, - 0x00, 0x00, 0xf8, 0xff, 0x00, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x38, 0xe0, - 0x00, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x38, 0xe0, - 0x00, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x38, 0xe0, 0x00, 0x00, 0xf8, 0xff, - 0x00, 0x00, 0xf8, 0xff, 0x00, 0x00, 0xf8, 0xff }; diff --git a/cursors/xbm/tool-rect-select.xbm b/cursors/xbm/tool-rect-select.xbm deleted file mode 100644 index 415285d183..0000000000 --- a/cursors/xbm/tool-rect-select.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xb0, 0x6d, - 0x00, 0x00, 0x10, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x40, - 0x00, 0x00, 0x10, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x40, - 0x00, 0x00, 0x10, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x40, - 0x00, 0x00, 0xb0, 0x6d, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-resize-mask.xbm b/cursors/xbm/tool-resize-mask.xbm deleted file mode 100644 index 1bff9eb14c..0000000000 --- a/cursors/xbm/tool-resize-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x00, 0xfc, 0x1f, - 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0xf8, 0x1f, 0x00, 0x00, 0x70, 0x1c, - 0x00, 0x00, 0x70, 0x1c, 0x00, 0x00, 0x70, 0x1c, 0x00, 0x00, 0xf0, 0x3f, - 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0x00, 0x7c, - 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-resize.xbm b/cursors/xbm/tool-resize.xbm deleted file mode 100644 index 7e17ece042..0000000000 --- a/cursors/xbm/tool-resize.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x18, 0x00, - 0x00, 0x00, 0xe8, 0x0f, 0x00, 0x00, 0x20, 0x08, 0x00, 0x00, 0x20, 0x08, - 0x00, 0x00, 0x20, 0x08, 0x00, 0x00, 0x20, 0x08, 0x00, 0x00, 0x20, 0x08, - 0x00, 0x00, 0xe0, 0x2f, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x38, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-rotate-mask.xbm b/cursors/xbm/tool-rotate-mask.xbm deleted file mode 100644 index 5710fe7f90..0000000000 --- a/cursors/xbm/tool-rotate-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, - 0x00, 0x00, 0xc6, 0x1f, 0x00, 0x00, 0xee, 0x3f, 0x00, 0x00, 0xfe, 0x7d, - 0x00, 0x00, 0x7e, 0xf0, 0x00, 0x00, 0x7e, 0xe0, 0x00, 0x00, 0xfe, 0x40, - 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0x00, 0xff, - 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x04, 0xfe, 0x00, 0x00, 0x0e, 0xfc, - 0x00, 0x00, 0x1e, 0xfc, 0x00, 0x00, 0x7c, 0xff, 0x00, 0x00, 0xf8, 0xef, - 0x00, 0x00, 0xf0, 0xc7, 0x00, 0x00, 0xc0, 0x01 }; diff --git a/cursors/xbm/tool-rotate.xbm b/cursors/xbm/tool-rotate.xbm deleted file mode 100644 index 28e2c49d83..0000000000 --- a/cursors/xbm/tool-rotate.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0xc4, 0x1d, 0x00, 0x00, 0x6c, 0x30, - 0x00, 0x00, 0x34, 0x60, 0x00, 0x00, 0x24, 0x40, 0x00, 0x00, 0x44, 0x00, - 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x04, 0x48, - 0x00, 0x00, 0x0c, 0x58, 0x00, 0x00, 0x18, 0x6c, 0x00, 0x00, 0x70, 0x47, - 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-shear-mask.xbm b/cursors/xbm/tool-shear-mask.xbm deleted file mode 100644 index 64803a7675..0000000000 --- a/cursors/xbm/tool-shear-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xfc, 0xff, 0x00, 0x00, 0xfc, 0xff, 0x00, 0x00, 0xfc, 0xff, - 0x00, 0x00, 0x0e, 0x70, 0x00, 0x00, 0x0e, 0x70, 0x00, 0x00, 0x07, 0x38, - 0x00, 0x00, 0x07, 0x38, 0x00, 0x80, 0x03, 0x1c, 0x00, 0x80, 0x03, 0x1c, - 0x00, 0xc0, 0x01, 0x0e, 0x00, 0xc0, 0x01, 0x0e, 0x00, 0xe0, 0xff, 0x07, - 0x00, 0xe0, 0xff, 0x07, 0x00, 0xe0, 0xff, 0x07 }; diff --git a/cursors/xbm/tool-shear.xbm b/cursors/xbm/tool-shear.xbm deleted file mode 100644 index da78ab9ec5..0000000000 --- a/cursors/xbm/tool-shear.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x7f, 0x00, 0x00, 0x08, 0x40, - 0x00, 0x00, 0x04, 0x20, 0x00, 0x00, 0x04, 0x20, 0x00, 0x00, 0x02, 0x10, - 0x00, 0x00, 0x02, 0x10, 0x00, 0x00, 0x01, 0x08, 0x00, 0x00, 0x01, 0x08, - 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x04, 0x00, 0x40, 0x00, 0x02, - 0x00, 0xc0, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-smudge-mask.xbm b/cursors/xbm/tool-smudge-mask.xbm deleted file mode 100644 index 629822c542..0000000000 --- a/cursors/xbm/tool-smudge-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x07, 0x00, 0x00, 0xc0, 0x1f, - 0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xf8, 0x7f, - 0x00, 0x00, 0xfc, 0xff, 0x00, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfe, 0xff, - 0x00, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfc, 0xff, - 0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0xfc, 0x1f, - 0x00, 0x00, 0xfc, 0x0f, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x3f, 0x00, - 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x0c, 0x00 }; diff --git a/cursors/xbm/tool-smudge.xbm b/cursors/xbm/tool-smudge.xbm deleted file mode 100644 index 5cd2feb629..0000000000 --- a/cursors/xbm/tool-smudge.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x07, - 0x00, 0x00, 0x40, 0x18, 0x00, 0x00, 0x20, 0x20, 0x00, 0x00, 0x10, 0x20, - 0x00, 0x00, 0x28, 0x40, 0x00, 0x00, 0x54, 0x40, 0x00, 0x00, 0xac, 0x40, - 0x00, 0x00, 0x54, 0x46, 0x00, 0x00, 0x2c, 0x47, 0x00, 0x00, 0x28, 0x65, - 0x00, 0x00, 0x98, 0x33, 0x00, 0x00, 0x90, 0x18, 0x00, 0x00, 0xc8, 0x0f, - 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x12, 0x00, - 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-text-mask.xbm b/cursors/xbm/tool-text-mask.xbm deleted file mode 100644 index ba2ad78621..0000000000 --- a/cursors/xbm/tool-text-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x1e, 0x00, 0x00, 0xf0, 0x1f, - 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0xc0, 0x07, 0x00, 0x00, 0x80, 0x03, - 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, - 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, - 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0xc0, 0x07, 0x00, 0x00, 0xf0, 0x1f, - 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0xf0, 0x1e }; diff --git a/cursors/xbm/tool-text.xbm b/cursors/xbm/tool-text.xbm deleted file mode 100644 index 82923bbbe5..0000000000 --- a/cursors/xbm/tool-text.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x0e, - 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, - 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, - 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, - 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80, 0x03, - 0x00, 0x00, 0xe0, 0x0e, 0x00, 0x00, 0x00, 0x00 }; diff --git a/cursors/xbm/tool-zoom-mask.xbm b/cursors/xbm/tool-zoom-mask.xbm deleted file mode 100644 index ade63a7b31..0000000000 --- a/cursors/xbm/tool-zoom-mask.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0xfe, 0x01, - 0x00, 0x00, 0x87, 0x03, 0x00, 0x80, 0x03, 0x07, 0x00, 0x80, 0x03, 0x07, - 0x00, 0x80, 0x03, 0x07, 0x00, 0x80, 0x03, 0x07, 0x00, 0x00, 0x87, 0x03, - 0x00, 0x00, 0xfe, 0x07, 0x00, 0x00, 0xfc, 0x0f, 0x00, 0x00, 0x78, 0x1f, - 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x00, 0xf8, - 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x20 }; diff --git a/cursors/xbm/tool-zoom.xbm b/cursors/xbm/tool-zoom.xbm deleted file mode 100644 index cf766cf781..0000000000 --- a/cursors/xbm/tool-zoom.xbm +++ /dev/null @@ -1,14 +0,0 @@ -#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, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x84, 0x00, - 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x01, 0x02, - 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x02, 0x01, - 0x00, 0x00, 0x84, 0x03, 0x00, 0x00, 0x78, 0x07, 0x00, 0x00, 0x00, 0x0e, - 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x70, - 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00 };