Code

trivial: **/*.xpm: svn propset svn:eol-style native. Mark strings as const, to avoid...
authorpjrm <pjrm@users.sourceforge.net>
Sun, 16 Sep 2007 14:44:48 +0000 (14:44 +0000)
committerpjrm <pjrm@users.sourceforge.net>
Sun, 16 Sep 2007 14:44:48 +0000 (14:44 +0000)
33 files changed:
src/brokenimage.xpm
src/pixmaps/cursor-arc.xpm
src/pixmaps/cursor-arrow.xpm
src/pixmaps/cursor-attract.xpm
src/pixmaps/cursor-calligraphy.xpm
src/pixmaps/cursor-color.xpm
src/pixmaps/cursor-connector.xpm
src/pixmaps/cursor-dropper.xpm
src/pixmaps/cursor-ellipse.xpm
src/pixmaps/cursor-gradient-add.xpm
src/pixmaps/cursor-gradient-delete.xpm
src/pixmaps/cursor-gradient.xpm
src/pixmaps/cursor-node-d.xpm
src/pixmaps/cursor-node-m.xpm
src/pixmaps/cursor-node.xpm
src/pixmaps/cursor-paintbucket.xpm
src/pixmaps/cursor-pen.xpm
src/pixmaps/cursor-pencil.xpm
src/pixmaps/cursor-push.xpm
src/pixmaps/cursor-rect.xpm
src/pixmaps/cursor-repel.xpm
src/pixmaps/cursor-roughen.xpm
src/pixmaps/cursor-select-d.xpm
src/pixmaps/cursor-select-m.xpm
src/pixmaps/cursor-spiral.xpm
src/pixmaps/cursor-star.xpm
src/pixmaps/cursor-text-insert.xpm
src/pixmaps/cursor-text.xpm
src/pixmaps/cursor-thicken.xpm
src/pixmaps/cursor-thin.xpm
src/pixmaps/cursor-zoom-out.xpm
src/pixmaps/cursor-zoom.xpm
src/pixmaps/handles.xpm

index d1064975c25ed458cdfeac911b6507d7b1037cb3..9fc9b50c56ad993850ab6f353e55333d852f0575 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char brokenimage_xpm[] = {
+static char const *brokenimage_xpm[] = {
 "64 64 551 2",
 "      c #FFFFFF",
 ".     c #FFF7F7",
index 37852a1903f751921f116da882f2723031e49695..cbf6a9e301c658142fcaf7d7de274335f5905c2a 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_arc_xpm[] = {
+static char const *cursor_arc_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index e629d83d231225105c42d22c65fa719b08bdcb69..963656a92832b72093551885505b4865ec10d669 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_arrow_xpm[] = {
+static char const *cursor_arrow_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index 8307927029af20e385593b66f724e04d660cc036..23e999304ac8c4650b1e600a47499c3547d49b87 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_attract_xpm[] = {
+static char const *cursor_attract_xpm[] = {
 "32 32 6 1",
 "      c None",
 ".     c #FFFFFF",
index 51edfe48a8777cc8a5efacbd91ad03b61c2ace05..52c4f76cb595ec47b17816e325e4bfe69a130f49 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_calligraphy_xpm[] = {
+static char const *cursor_calligraphy_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index a4787793b1e1ff297f45ee669b12a755d45ca7d7..327028ba8fc2d067b7d698b56dd1b979f3f79a8b 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_color_xpm[] = {
+static char const *cursor_color_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index ef35849edf7d322e35d7dfbae68c098a315aff78..a69d3a8df10fa51fee8538cd1b2d90a634ef2b6c 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char *cursor_connector_xpm[] = {
+static char const *cursor_connector_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index ef0184697b1d901d00570d9e655cfc42dcc905d6..df5242e1555c56ee63d0686c3f1c9fd1ef422a02 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_dropper_xpm[] = {
+static char const *cursor_dropper_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index bdc1752404a73073162c74188239a9726139c72c..7a230bd55d5caa03746b503bfb50aa4c6ed77ee9 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_ellipse_xpm[] = {
+static char const *cursor_ellipse_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index a019b9f7d90280f369193711dc85d1ff20491f64..d1fe8ed9595234df561245426f95f9210a5158de 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_gradient_add_xpm[] = {
+static char const *cursor_gradient_add_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index da70c95259d8d88649a866904dd94cda70cf8218..109c2815a88f4b0364f0ed2c61c5555006eafab5 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_gradient_delete_xpm[] = {
+static char const *cursor_gradient_delete_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index b17873f583398dd691b13a2a282da2a29de29b79..a7be769f540ab6df625c29c85a8987db76d9d75a 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_gradient_xpm[] = {
+static char const *cursor_gradient_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index 326b641053097575f4740d8d7e4e007b1768af80..cdc792a3ab8d523c736c1059ca97edaf14916c7f 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_node_d_xpm[] = {
+static char const *cursor_node_d_xpm[] = {
 "32 32 3 1",
 "      g None",
 ".     g #FFFFFF",
index 9b2479a2866c2dc94d92a62889c6ae036420b843..272eeb884a0f549bc0220cff7b1a412ac05ed179 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_node_m_xpm[] = {
+static char const *cursor_node_m_xpm[] = {
 "32 32 3 1",
 "      g None",
 ".     g #FFFFFF",
index 297dae6dd4cd5019e7a023cc8d7ba21a6052d34a..6daae6bda0b6ccf0accd4a3633da05b7d4870fa9 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_node_xpm[] = {
+static char const *cursor_node_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index cad1fe5142ba98f1d1828fb529e02949c4e5d0f5..11ffd6ed1afe848b78856bbee1f786ece749cf46 100644 (file)
@@ -1,38 +1,38 @@
-/* XPM */\r
-static char * cursor_paintbucket_xpm[] = {\r
-"32 32 3 1",\r
-"      c None",\r
-".     c #000000",\r
-"+     c #FFFFFF",\r
-"                                ",\r
-"                                ",\r
-"         ++       ++++          ",\r
-"        +..+    ++....+         ",\r
-"       +.++.+ ++..++++.+        ",\r
-"       +.++.++..+++++++.+       ",\r
-"       +.++...+++++++++.+       ",\r
-"      +.++...+++++++++++.+      ",\r
-"      +...++.++++++++++++.+     ",\r
-"     +...+++.++++++++++++.+     ",\r
-"     +.+..+++.+++++++++++.+     ",\r
-"     +.++..++.++++++++++++.+    ",\r
-"     +.+++.++.++++++++++++.+    ",\r
-"     +.+++.....+++++++++++.+    ",\r
-"     +.++++..+.+++++++++++.+    ",\r
-"      +.++++..++++++++++++.+    ",\r
-"      +.++++.++++++++++++..+    ",\r
-"      +..+++..+++++++++..++     ",\r
-"       +.++++.+++++++..++       ",\r
-"       +..+++.+++++..++         ",\r
-"        +.++..+++..++           ",\r
-"        +.....+..++             ",\r
-"        +......++               ",\r
-"        +....++                 ",\r
-"        +...+                   ",\r
-"        +...+                   ",\r
-"        +..+                    ",\r
-"         +.+                    ",\r
-"         +.+                    ",\r
-"          +                     ",\r
-"                                ",\r
-"                                "};\r
+/* XPM */
+static char const *cursor_paintbucket_xpm[] = {
+"32 32 3 1",
+"      c None",
+".     c #000000",
+"+     c #FFFFFF",
+"                                ",
+"                                ",
+"         ++       ++++          ",
+"        +..+    ++....+         ",
+"       +.++.+ ++..++++.+        ",
+"       +.++.++..+++++++.+       ",
+"       +.++...+++++++++.+       ",
+"      +.++...+++++++++++.+      ",
+"      +...++.++++++++++++.+     ",
+"     +...+++.++++++++++++.+     ",
+"     +.+..+++.+++++++++++.+     ",
+"     +.++..++.++++++++++++.+    ",
+"     +.+++.++.++++++++++++.+    ",
+"     +.+++.....+++++++++++.+    ",
+"     +.++++..+.+++++++++++.+    ",
+"      +.++++..++++++++++++.+    ",
+"      +.++++.++++++++++++..+    ",
+"      +..+++..+++++++++..++     ",
+"       +.++++.+++++++..++       ",
+"       +..+++.+++++..++         ",
+"        +.++..+++..++           ",
+"        +.....+..++             ",
+"        +......++               ",
+"        +....++                 ",
+"        +...+                   ",
+"        +...+                   ",
+"        +..+                    ",
+"         +.+                    ",
+"         +.+                    ",
+"          +                     ",
+"                                ",
+"                                "};
index 5bb565c42c9183697bff90cac1e45a5d19229492..e4d5d65f807feb6d947e6a83eb51328c070a950a 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_pen_xpm[] = {
+static char const *cursor_pen_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index ff00464f650ec55dfa22b1bb5d71f279c49d3413..6fb53959ea54e942590cbd0af629525620da2961 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_pencil_xpm[] = {
+static char const *cursor_pencil_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index ef5f92e1aa69e6567b316f6598eaac335aec78f0..ba05369a8d1a750d3b4d5c3ba32542cce4d5d4f5 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_push_xpm[] = {
+static char const *cursor_push_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index 508dd4b542f1a18c81b9f33f28c59eb5bde6a267..149624aa7585a969a5aaa558f63deaa31535e190 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_rect_xpm[] = {
+static char const *cursor_rect_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index 53dea7b886cdb59a55ed4710a71adbf03bc2e386..3415ce490bde1a3d9ee22e221e3e982cbff5be67 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_repel_xpm[] = {
+static char const *cursor_repel_xpm[] = {
 "32 32 6 1",
 "      c None",
 ".     c #FFFFFF",
index 621f2e86f53914ec4d204f2a5505cb45261d0ce8..5adafbbd2df79c76428980a64ad26e8e19c0e93d 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_roughen_xpm[] = {
+static char const *cursor_roughen_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index fb37164e5b6cd6cf57a07e8cf714b7e861150f9b..5cc0e56be64e0639e5f6f1771453f1c934780b6f 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_select_d_xpm[] = {
+static char const *cursor_select_d_xpm[] = {
 "32 32 3 1",
 "      g None",
 ".     g #FFFFFF",
index 29b0a5c3a45c6706ea9ea8551915cc2c69777ea1..4ce619bc660d4d643be6b793060288261530886b 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_select_m_xpm[] = {
+static char const *cursor_select_m_xpm[] = {
 "32 32 3 1",
 "      g None",
 ".     g #FFFFFF",
index eefa8be709c8ca6a3547fab7a724dd0fb6b801b8..db6f9d2ec636914a64a71794221666f56bbe9663 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_spiral_xpm[] = {
+static char const *cursor_spiral_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index 25ff432a042e753e22e968382e0d9e78f4495111..80d312ace319ece924c755eefcebd00c85926148 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_star_xpm[] = {
+static char const *cursor_star_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index fc7708aea2c1d11cb3e7841130fff0729620a09b..d72c59686af9024a55ef436944d07daac97cb481 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_text_insert_xpm[] = {
+static char const *cursor_text_insert_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index cea25f2bc0ff5fa0695284ea4cd5ef6a48b225ba..46098db306fa39eee41d8000ed84001d3cbfd47b 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_text_xpm[] = {
+static char const *cursor_text_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index a95fafc3aea0d0a4d2fdc17f1661049141f76d78..ab76c6c8cdd52568281f01ecc84e31cda9760ddb 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_thicken_xpm[] = {
+static char const *cursor_thicken_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index bde97d10e654a3bc7f09d6e311be3a5822ee9859..16a32311d03d6cc63ec91ed1583e53a2df5cc95e 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_thin_xpm[] = {
+static char const *cursor_thin_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index 318406ebca2c30e925e48a63cb5a7e4d2cac61b6..c8ddf48a2584a1e946e147c6cf97ec0594d59bcf 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_zoom_out_xpm[] = {
+static char const *cursor_zoom_out_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index 88c83004d651c25fe54714811715658946d24a22..0def57427bd02dfdf1497a20851d416925b0087c 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char cursor_zoom_xpm[] = {
+static char const *cursor_zoom_xpm[] = {
 "32 32 3 1",
 "      c None",
 ".     c #FFFFFF",
index 6ab68e7d33ad63a085ce5f7f19c24ef80f5ed43e..f2afa026b216a62b36d3e5d884042598286f7bb6 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char handle_scale_nw_xpm[] = {
+static char const *handle_scale_nw_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -19,7 +19,7 @@ static char * handle_scale_nw_xpm[] = {
 "             "};
 
 /* XPM */
-static char handle_scale_ne_xpm[] = {
+static char const *handle_scale_ne_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -39,7 +39,7 @@ static char * handle_scale_ne_xpm[] = {
 "             "};
 
 /* XPM */
-static char handle_scale_h_xpm[] = {
+static char const *handle_scale_h_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -59,7 +59,7 @@ static char * handle_scale_h_xpm[] = {
 "             "};
 
 /* XPM */
-static char handle_scale_v_xpm[] = {
+static char const *handle_scale_v_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -79,7 +79,7 @@ static char * handle_scale_v_xpm[] = {
 "      .      "};
 
 /* XPM */
-static char handle_rotate_nw_xpm[] = {
+static char const *handle_rotate_nw_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -99,7 +99,7 @@ static char * handle_rotate_nw_xpm[] = {
 "    .        "};
 
 /* XPM */
-static char handle_rotate_n_xpm[] = {
+static char const *handle_rotate_n_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -119,7 +119,7 @@ static char * handle_rotate_n_xpm[] = {
 "             "};
 
 /* XPM */
-static char handle_rotate_ne_xpm[] = {
+static char const *handle_rotate_ne_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -139,7 +139,7 @@ static char * handle_rotate_ne_xpm[] = {
 "        .    "};
 
 /* XPM */
-static char handle_rotate_e_xpm[] = {
+static char const *handle_rotate_e_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -159,7 +159,7 @@ static char * handle_rotate_e_xpm[] = {
 "        .    "};
 
 /* XPM */
-static char handle_rotate_se_xpm[] = {
+static char const *handle_rotate_se_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -180,7 +180,7 @@ static char * handle_rotate_se_xpm[] = {
 
 
 /* XPM */
-static char handle_rotate_s_xpm[] = {
+static char const *handle_rotate_s_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -200,7 +200,7 @@ static char * handle_rotate_s_xpm[] = {
 "    .   .    "};
 
 /* XPM */
-static char handle_rotate_sw_xpm[] = {
+static char const *handle_rotate_sw_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -220,7 +220,7 @@ static char * handle_rotate_sw_xpm[] = {
 "        .    "};
 
 /* XPM */
-static char handle_rotate_w_xpm[] = {
+static char const *handle_rotate_w_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",
@@ -240,7 +240,7 @@ static char * handle_rotate_w_xpm[] = {
 "    .        "};
 
 /* XPM */
-static char handle_center_xpm[] = {
+static char const *handle_center_xpm[] = {
 "13 13 3 1",
 "      c None",
 ".     c #000000",