diff --git a/share/shutter/resources/icons/drawing_tool/cursor/arrow b/share/shutter/resources/icons/drawing_tool/cursor/arrow index d4c1e117..f4c498b6 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 1d790a58..d37fa780 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 8cf675e5..74291882 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 ef0378cb..031d5e82 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 bbdc6e6f..bc322fed 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 061f2794..7d6b6640 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 74ed4d90..7a7febb1 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 25c24aaf..6fd139e1 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",