From 92861de8f99ce72dbcd6a4a0ccf4817365e5cf40 Mon Sep 17 00:00:00 2001 From: Michael Kogan Date: Sun, 3 May 2026 22:26:27 +0200 Subject: [PATCH] Revert "Fixed .xpm cursor files to work with new glycin version" --- share/shutter/resources/icons/drawing_tool/cursor/arrow | 2 +- share/shutter/resources/icons/drawing_tool/cursor/censor | 2 +- share/shutter/resources/icons/drawing_tool/cursor/ellipse | 2 +- share/shutter/resources/icons/drawing_tool/cursor/freehand | 2 +- share/shutter/resources/icons/drawing_tool/cursor/line | 4 ++-- share/shutter/resources/icons/drawing_tool/cursor/number | 2 +- share/shutter/resources/icons/drawing_tool/cursor/rect | 2 +- share/shutter/resources/icons/drawing_tool/cursor/text | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/share/shutter/resources/icons/drawing_tool/cursor/arrow b/share/shutter/resources/icons/drawing_tool/cursor/arrow index d4c1e1177..f4c498b68 100644 --- a/share/shutter/resources/icons/drawing_tool/cursor/arrow +++ b/share/shutter/resources/icons/drawing_tool/cursor/arrow @@ -1,5 +1,5 @@ /* XPM */ -static char *arrow[] = { +static char const *arrow[] = { "32 32 3 1 4 4", " c None", ". c #FFFFFF", diff --git a/share/shutter/resources/icons/drawing_tool/cursor/censor b/share/shutter/resources/icons/drawing_tool/cursor/censor index 1d790a58c..d37fa7800 100644 --- a/share/shutter/resources/icons/drawing_tool/cursor/censor +++ b/share/shutter/resources/icons/drawing_tool/cursor/censor @@ -1,5 +1,5 @@ /* XPM */ -static char *censor[] = { +static char const *censor[] = { "32 32 3 1 4 4", " c None", ". c #FFFFFF", diff --git a/share/shutter/resources/icons/drawing_tool/cursor/ellipse b/share/shutter/resources/icons/drawing_tool/cursor/ellipse index 8cf675e56..742918824 100644 --- a/share/shutter/resources/icons/drawing_tool/cursor/ellipse +++ b/share/shutter/resources/icons/drawing_tool/cursor/ellipse @@ -1,5 +1,5 @@ /* XPM */ -static char *ellipse[] = { +static char const *ellipse[] = { "32 32 3 1 4 4", " c None", ". c #FFFFFF", diff --git a/share/shutter/resources/icons/drawing_tool/cursor/freehand b/share/shutter/resources/icons/drawing_tool/cursor/freehand index ef0378cb0..031d5e825 100644 --- a/share/shutter/resources/icons/drawing_tool/cursor/freehand +++ b/share/shutter/resources/icons/drawing_tool/cursor/freehand @@ -1,5 +1,5 @@ /* XPM */ -static char *freehand[] = { +static char const *freehand[] = { "32 32 3 1 4 4", " c None", ". c #FFFFFF", diff --git a/share/shutter/resources/icons/drawing_tool/cursor/line b/share/shutter/resources/icons/drawing_tool/cursor/line index bbdc6e6f5..bc322fedd 100644 --- a/share/shutter/resources/icons/drawing_tool/cursor/line +++ b/share/shutter/resources/icons/drawing_tool/cursor/line @@ -1,5 +1,5 @@ /* XPM */ -static char *line[] = { +static char const *line[] = { "32 32 3 1 4 4", " c None", ". c #FFFFFF", @@ -12,7 +12,7 @@ static char *line[] = { "....+.... ", " .+. ", " .+. ", -" ... . ", +" ... . ", " + ", " .+ +. ", " .+...+. ", diff --git a/share/shutter/resources/icons/drawing_tool/cursor/number b/share/shutter/resources/icons/drawing_tool/cursor/number index 061f27943..7d6b66401 100644 --- a/share/shutter/resources/icons/drawing_tool/cursor/number +++ b/share/shutter/resources/icons/drawing_tool/cursor/number @@ -1,5 +1,5 @@ /* XPM */ -static char *number[] = { +static char const *number[] = { "32 32 3 1 7 7", " c None", ". c #FFFFFF", diff --git a/share/shutter/resources/icons/drawing_tool/cursor/rect b/share/shutter/resources/icons/drawing_tool/cursor/rect index 74ed4d901..7a7febb1a 100644 --- a/share/shutter/resources/icons/drawing_tool/cursor/rect +++ b/share/shutter/resources/icons/drawing_tool/cursor/rect @@ -1,5 +1,5 @@ /* XPM */ -static char *rect[] = { +static char const *rect[] = { "32 32 3 1 4 4", " c None", ". c #FFFFFF", diff --git a/share/shutter/resources/icons/drawing_tool/cursor/text b/share/shutter/resources/icons/drawing_tool/cursor/text index 25c24aaf8..6fd139e10 100644 --- a/share/shutter/resources/icons/drawing_tool/cursor/text +++ b/share/shutter/resources/icons/drawing_tool/cursor/text @@ -1,5 +1,5 @@ /* XPM */ -static char *text[] = { +static char const *text[] = { "32 32 3 1 7 7", " c None", ". c #FFFFFF",