]> git.sesse.net Git - vlc/commitdiff
changed the remaining xpm files from static char* to const static char* to avoid...
authorDominique Leuenberger <dominique@leuenberger.net>
Mon, 7 Apr 2008 19:20:26 +0000 (22:20 +0300)
committerRafaël Carré <funman@videolan.org>
Tue, 8 Apr 2008 21:45:35 +0000 (23:45 +0200)
Signed-off-by: Rafaël Carré <funman@videolan.org>
12 files changed:
share/mozilla/fullscreen.xpm
share/mozilla/pause.xpm
share/mozilla/play.xpm
share/mozilla/skip_next.xpm
share/mozilla/skip_previous.xpm
share/mozilla/stop.xpm
share/mozilla/time_icon.xpm
share/mozilla/time_line.xpm
share/mozilla/volume_knob.xpm
share/mozilla/volume_max.xpm
share/mozilla/volume_mute.xpm
share/mozilla/volume_slider_bar.xpm

index a751e03e0a466ed5bb93eaebfdaefc2fda758c80..992b418fa748e4e331d6b1e6f1428a694ec3ca8f 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * fullscreen_xpm[] = {
+static const char * fullscreen_xpm[] = {
 "26 20 5 1",
 "      c None",
 ".     c #999999",
index 2c530af63d152cee230d509459436e1170fc4551..577d32d547bc5a1b748cdba5b8b43ad50f749879 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * pause_xpm[] = {
+static const char * pause_xpm[] = {
 "33 27 3 1",
 "+     c None",
 ".     c #999999",
index 8fb2680cd25d6e8e77c2976b5280de2a998f4019..15d46bd1af275a4f8c957d5bb5218e6e7501246d 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * play_xpm[] = {
+static const char * play_xpm[] = {
 "34 27 3 1",
 "+     c None",
 ".     c #999999",
index 452e48347d6087378db4e547cdfa3f00e93ac36e..71727746bee80114dd6dbbedb65870a5e7f376a8 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * skip_next_xpm[] = {
+static const char * skip_next_xpm[] = {
 "30 18 2 1",
 "      c None",
 ".     c #999999",
index 710aeea7556f63a622b32e6fcdac6fe20ea1a5c0..8dc3d35934a454c6aed26f7d77aaf2f2bd79f2c3 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * skip_previous_xpm[] = {
+static const char * skip_previous_xpm[] = {
 "30 18 2 1",
 "      c None",
 ".     c #999999",
index 2ecfaa7a078d4477c01e098047a080ad5dc3794f..2bf7babb14ac0eee40e8837c88d916c7c759c29f 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * fs_stop_xpm[] = {
+static const char * fs_stop_xpm[] = {
 "27 27 2 1",
 "      c None",
 ".     c #999999",
index eb5c4d50bb4b68898b183a65f44abeb0819d239d..c38adc242f7c51035fe786ba565ff9963e5d8f34 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * time_slider_knob_xpm[] = {
+static const char * time_slider_knob_xpm[] = {
 "8 6 3 1",
 "      c None",
 ".     c #999999",
index cfd98648900319a33ede3d7bbbd4ca6dd5e74c4c..583d77711dbaa29d9225895bcaf23797ef08e80f 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * time_line2_xpm[] = {
+static const char * time_line2_xpm[] = {
 "518 2 2 1",
 "      c None",
 ".     c #999999",
index 824f6f9da7e9b5c6457f3de4b11fb093f3acdd58..177f10291f0631db7963540413f906bb40980624 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * volume_knob_xpm[] = {
+static const char * volume_knob_xpm[] = {
 "9 9 10 1",
 "      c None",
 ".     c #989898",
index 41a4574be0be163f82fea52e4985f99dbf3bc454..1b5a957a875dba338ec37c307bf87d52095cc099 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * volume_max_xpm[] = {
+static const char * volume_max_xpm[] = {
 "15 13 3 1",
 "      c None",
 ".     c #999999",
index 65eb2d393e55330abe8710b7af110854d46bdcb0..5c4d18c01634ab760687c91e7c2707df22400df5 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * volume_mute_xpm[] = {
+static const char * volume_mute_xpm[] = {
 "7 11 2 1",
 "      c None",
 ".     c #999999",
index 3077bb8bc4c2207ba2fcb96901730530ac6582a9..dbebfd1069d926fe04ec17bdf3496d099a787382 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char * volume_slider_bar_xpm[] = {
+static const char * volume_slider_bar_xpm[] = {
 "95 2 2 1",
 "      c None",
 ".     c #999999",