summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoffer Holmstedt <christoffer.holmstedt@gmail.com>2013-04-21 15:46:20 +0000
committerChristoffer Holmstedt <christoffer.holmstedt@gmail.com>2013-04-21 15:46:20 +0000
commit02f1c16e95f62c55081b7238c4c259bcb1ca95c6 (patch)
tree03deccc3d579f94a4ea673f57ac3cd48a9ccf6b8 /src
parentAdded 9 cursors for the tweak tool. (diff)
downloadinkscape-02f1c16e95f62c55081b7238c4c259bcb1ca95c6.tar.gz
inkscape-02f1c16e95f62c55081b7238c4c259bcb1ca95c6.zip
Fixed compilation warnings and updated tweak-move and tweak-move-jitter cursors.
(bzr r12277.1.2)
Diffstat (limited to 'src')
-rw-r--r--src/pixmaps/cursor-tweak-less.xpm2
-rw-r--r--src/pixmaps/cursor-tweak-more.xpm2
-rw-r--r--src/pixmaps/cursor-tweak-move-in.xpm2
-rw-r--r--src/pixmaps/cursor-tweak-move-jitter.xpm40
-rw-r--r--src/pixmaps/cursor-tweak-move-out.xpm2
-rw-r--r--src/pixmaps/cursor-tweak-move.xpm46
-rw-r--r--src/pixmaps/cursor-tweak-rotate-clockwise.xpm2
-rw-r--r--src/pixmaps/cursor-tweak-rotate-counterclockwise.xpm2
-rw-r--r--src/pixmaps/cursor-tweak-scale-down.xpm2
-rw-r--r--src/pixmaps/cursor-tweak-scale-up.xpm2
10 files changed, 51 insertions, 51 deletions
diff --git a/src/pixmaps/cursor-tweak-less.xpm b/src/pixmaps/cursor-tweak-less.xpm
index 3a3694fba..6c065ba62 100644
--- a/src/pixmaps/cursor-tweak-less.xpm
+++ b/src/pixmaps/cursor-tweak-less.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * cursor_tweak_less_xpm[] = {
+static char const * cursor_tweak_less_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
diff --git a/src/pixmaps/cursor-tweak-more.xpm b/src/pixmaps/cursor-tweak-more.xpm
index 37ab75f9f..0e80bb9c5 100644
--- a/src/pixmaps/cursor-tweak-more.xpm
+++ b/src/pixmaps/cursor-tweak-more.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * cursor_tweak_more_xpm[] = {
+static char const * cursor_tweak_more_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
diff --git a/src/pixmaps/cursor-tweak-move-in.xpm b/src/pixmaps/cursor-tweak-move-in.xpm
index b9ff033e7..11ee4c3e1 100644
--- a/src/pixmaps/cursor-tweak-move-in.xpm
+++ b/src/pixmaps/cursor-tweak-move-in.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * cursor_tweak_move_in_xpm[] = {
+static char const * cursor_tweak_move_in_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
diff --git a/src/pixmaps/cursor-tweak-move-jitter.xpm b/src/pixmaps/cursor-tweak-move-jitter.xpm
index 38808892f..1f2b1d26a 100644
--- a/src/pixmaps/cursor-tweak-move-jitter.xpm
+++ b/src/pixmaps/cursor-tweak-move-jitter.xpm
@@ -1,17 +1,17 @@
/* XPM */
-static char * cursor_tweak_move_jitter_xpm[] = {
+static char const * cursor_tweak_move_jitter_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
"+ c #000000",
" ... ",
-" .+. ",
-" .+. ",
-"....+.... +++++++ ",
-".+++ +++. ....+++ ",
-"....+.... ++.+ ",
-" .+. ++..+ ",
-" .+. ++. .+ ",
+" .+. + ",
+" .+. +++ ",
+"....+.... +.+.+ +++++++ ",
+".+++ +++. +..+ .+ ....+++ ",
+"....+.... . .+ . ++.+ ",
+" .+. .+ ++..+ ",
+" .+. .+ ++. .+ ",
" ... ++. .+ ",
" ++. .+ ",
" ++ +. .. ",
@@ -24,15 +24,15 @@ static char * cursor_tweak_move_jitter_xpm[] = {
" .. ..++ + ",
" .. .++ ..++ + ",
" +. ..++ ..+++ ",
-" +. .++ ..++ ",
-" +..++ .+++++++. ",
-" +.++ ......... ",
-" +++ ",
-" ++..... ",
-" +++++++ ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" "};
+" +. .++ ..++ .+ ",
+" +..++ .+++++++. .+ ",
+" +.++ ......... .+ ",
+" +++ .+ ",
+" ++..... + .+ + ",
+" +++++++ + .+.+ +. ",
+" +. .+++. ",
+" +. .+. ",
+" .+++++ . ",
+" .+... ",
+" .+ ",
+" .+ "};
diff --git a/src/pixmaps/cursor-tweak-move-out.xpm b/src/pixmaps/cursor-tweak-move-out.xpm
index eadfe5f7c..7d4569dfe 100644
--- a/src/pixmaps/cursor-tweak-move-out.xpm
+++ b/src/pixmaps/cursor-tweak-move-out.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * cursor_tweak_move_out_xpm[] = {
+static char const * cursor_tweak_move_out_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
diff --git a/src/pixmaps/cursor-tweak-move.xpm b/src/pixmaps/cursor-tweak-move.xpm
index 2bb1391e3..e44028f6c 100644
--- a/src/pixmaps/cursor-tweak-move.xpm
+++ b/src/pixmaps/cursor-tweak-move.xpm
@@ -7,29 +7,29 @@ static char const * cursor_tweak_move_xpm[] = {
" ... ",
" .+. ",
" .+. ",
-"....+.... ",
-".+++ +++. ",
-"....+.... ",
-" .+. ",
-" .+. ",
-" ... ",
-" ... ... ... ... ",
-" ..+. ..+. ..+. ..+. ",
-" .+++ .+++ .+++ .+++ ",
-" ..+. .+++ .+++ ..+ ",
-" .... .+++ .+++ .... ",
-" ..+. ..+ ..+ ..+. ",
-" .+++ ..+. ..+. .+++ ",
-" ..+ .+++ .+++ ..+ ",
-" .... ..+ ..+ .... ",
-" ..+. .... .... ..+. ",
-" .+++ ..+. ..+. .+++ ",
-" ..+ .+++ .+++ ..+ ",
-" ..+ ..+ ",
-" ... ... ",
-" ..+. ..+. ",
-" .+++ .+++ ",
-" ..+ ..+ ",
+"....+.... +++++++ ",
+".+++ +++. ....+++ ",
+"....+.... ++.+ ",
+" .+. ++..+ ",
+" .+. ++. .+ ",
+" ... ++. .+ ",
+" ++. .+ ",
+" ++ +. .. ",
+" .++ ",
+" ..++ ",
+" ..++ ",
+" ..++ ",
+" ..++ + ",
+" ..++ + ",
+" .. ..++ + ",
+" .. .++ ..++ + ",
+" +. ..++ ..+++ ",
+" +. .++ ..++ ",
+" +..++ .+++++++. ",
+" +.++ ......... ",
+" +++ ",
+" ++..... ",
+" +++++++ ",
" ",
" ",
" ",
diff --git a/src/pixmaps/cursor-tweak-rotate-clockwise.xpm b/src/pixmaps/cursor-tweak-rotate-clockwise.xpm
index 496500834..20bad59af 100644
--- a/src/pixmaps/cursor-tweak-rotate-clockwise.xpm
+++ b/src/pixmaps/cursor-tweak-rotate-clockwise.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * cursor_tweak_rotate_clockwise_xpm[] = {
+static char const * cursor_tweak_rotate_clockwise_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
diff --git a/src/pixmaps/cursor-tweak-rotate-counterclockwise.xpm b/src/pixmaps/cursor-tweak-rotate-counterclockwise.xpm
index 1512d84a6..c5fcc70e8 100644
--- a/src/pixmaps/cursor-tweak-rotate-counterclockwise.xpm
+++ b/src/pixmaps/cursor-tweak-rotate-counterclockwise.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * cursor_tweak_rotate_counterclockwise_xpm[] = {
+static char const * cursor_tweak_rotate_counterclockwise_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
diff --git a/src/pixmaps/cursor-tweak-scale-down.xpm b/src/pixmaps/cursor-tweak-scale-down.xpm
index ef21bfd26..cfd804aab 100644
--- a/src/pixmaps/cursor-tweak-scale-down.xpm
+++ b/src/pixmaps/cursor-tweak-scale-down.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * cursor_tweak_scale_down_xpm[] = {
+static char const * cursor_tweak_scale_down_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
diff --git a/src/pixmaps/cursor-tweak-scale-up.xpm b/src/pixmaps/cursor-tweak-scale-up.xpm
index a72608b26..547346f4c 100644
--- a/src/pixmaps/cursor-tweak-scale-up.xpm
+++ b/src/pixmaps/cursor-tweak-scale-up.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * cursor_tweak_scale_up_xpm[] = {
+static char const * cursor_tweak_scale_up_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",