Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion share/shutter/resources/icons/drawing_tool/cursor/arrow
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char const *arrow[] = {
static char *arrow[] = {
"32 32 3 1 4 4",
" c None",
". c #FFFFFF",
Expand Down
2 changes: 1 addition & 1 deletion share/shutter/resources/icons/drawing_tool/cursor/censor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char const *censor[] = {
static char *censor[] = {
"32 32 3 1 4 4",
" c None",
". c #FFFFFF",
Expand Down
2 changes: 1 addition & 1 deletion share/shutter/resources/icons/drawing_tool/cursor/ellipse
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char const *ellipse[] = {
static char *ellipse[] = {
"32 32 3 1 4 4",
" c None",
". c #FFFFFF",
Expand Down
2 changes: 1 addition & 1 deletion share/shutter/resources/icons/drawing_tool/cursor/freehand
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char const *freehand[] = {
static char *freehand[] = {
"32 32 3 1 4 4",
" c None",
". c #FFFFFF",
Expand Down
4 changes: 2 additions & 2 deletions share/shutter/resources/icons/drawing_tool/cursor/line
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char const *line[] = {
static char *line[] = {
"32 32 3 1 4 4",
" c None",
". c #FFFFFF",
Expand All @@ -12,7 +12,7 @@ static char const *line[] = {
"....+.... ",
" .+. ",
" .+. ",
" ... . ",
" ... . ",
" + ",
" .+ +. ",
" .+...+. ",
Expand Down
2 changes: 1 addition & 1 deletion share/shutter/resources/icons/drawing_tool/cursor/number
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char const *number[] = {
static char *number[] = {
"32 32 3 1 7 7",
" c None",
". c #FFFFFF",
Expand Down
2 changes: 1 addition & 1 deletion share/shutter/resources/icons/drawing_tool/cursor/rect
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char const *rect[] = {
static char *rect[] = {
"32 32 3 1 4 4",
" c None",
". c #FFFFFF",
Expand Down
2 changes: 1 addition & 1 deletion share/shutter/resources/icons/drawing_tool/cursor/text
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char const *text[] = {
static char *text[] = {
"32 32 3 1 7 7",
" c None",
". c #FFFFFF",
Expand Down
Loading