From: Dominique Leuenberger Date: Mon, 7 Apr 2008 19:20:26 +0000 (+0300) Subject: changed the remaining xpm files from static char* to const static char* to avoid... X-Git-Tag: 0.9.0-test0~1508 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2a1252e3d64fccfbc1988f721f3ce7227cc43af8;p=vlc changed the remaining xpm files from static char* to const static char* to avoid some more compiler warnings Signed-off-by: Rafaël Carré --- diff --git a/share/mozilla/fullscreen.xpm b/share/mozilla/fullscreen.xpm index a751e03e0a..992b418fa7 100644 --- a/share/mozilla/fullscreen.xpm +++ b/share/mozilla/fullscreen.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * fullscreen_xpm[] = { +static const char * fullscreen_xpm[] = { "26 20 5 1", " c None", ". c #999999", diff --git a/share/mozilla/pause.xpm b/share/mozilla/pause.xpm index 2c530af63d..577d32d547 100644 --- a/share/mozilla/pause.xpm +++ b/share/mozilla/pause.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * pause_xpm[] = { +static const char * pause_xpm[] = { "33 27 3 1", "+ c None", ". c #999999", diff --git a/share/mozilla/play.xpm b/share/mozilla/play.xpm index 8fb2680cd2..15d46bd1af 100644 --- a/share/mozilla/play.xpm +++ b/share/mozilla/play.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * play_xpm[] = { +static const char * play_xpm[] = { "34 27 3 1", "+ c None", ". c #999999", diff --git a/share/mozilla/skip_next.xpm b/share/mozilla/skip_next.xpm index 452e48347d..71727746be 100644 --- a/share/mozilla/skip_next.xpm +++ b/share/mozilla/skip_next.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * skip_next_xpm[] = { +static const char * skip_next_xpm[] = { "30 18 2 1", " c None", ". c #999999", diff --git a/share/mozilla/skip_previous.xpm b/share/mozilla/skip_previous.xpm index 710aeea755..8dc3d35934 100644 --- a/share/mozilla/skip_previous.xpm +++ b/share/mozilla/skip_previous.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * skip_previous_xpm[] = { +static const char * skip_previous_xpm[] = { "30 18 2 1", " c None", ". c #999999", diff --git a/share/mozilla/stop.xpm b/share/mozilla/stop.xpm index 2ecfaa7a07..2bf7babb14 100644 --- a/share/mozilla/stop.xpm +++ b/share/mozilla/stop.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * fs_stop_xpm[] = { +static const char * fs_stop_xpm[] = { "27 27 2 1", " c None", ". c #999999", diff --git a/share/mozilla/time_icon.xpm b/share/mozilla/time_icon.xpm index eb5c4d50bb..c38adc242f 100644 --- a/share/mozilla/time_icon.xpm +++ b/share/mozilla/time_icon.xpm @@ -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", diff --git a/share/mozilla/time_line.xpm b/share/mozilla/time_line.xpm index cfd9864890..583d77711d 100644 --- a/share/mozilla/time_line.xpm +++ b/share/mozilla/time_line.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * time_line2_xpm[] = { +static const char * time_line2_xpm[] = { "518 2 2 1", " c None", ". c #999999", diff --git a/share/mozilla/volume_knob.xpm b/share/mozilla/volume_knob.xpm index 824f6f9da7..177f10291f 100644 --- a/share/mozilla/volume_knob.xpm +++ b/share/mozilla/volume_knob.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * volume_knob_xpm[] = { +static const char * volume_knob_xpm[] = { "9 9 10 1", " c None", ". c #989898", diff --git a/share/mozilla/volume_max.xpm b/share/mozilla/volume_max.xpm index 41a4574be0..1b5a957a87 100644 --- a/share/mozilla/volume_max.xpm +++ b/share/mozilla/volume_max.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * volume_max_xpm[] = { +static const char * volume_max_xpm[] = { "15 13 3 1", " c None", ". c #999999", diff --git a/share/mozilla/volume_mute.xpm b/share/mozilla/volume_mute.xpm index 65eb2d393e..5c4d18c016 100644 --- a/share/mozilla/volume_mute.xpm +++ b/share/mozilla/volume_mute.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * volume_mute_xpm[] = { +static const char * volume_mute_xpm[] = { "7 11 2 1", " c None", ". c #999999", diff --git a/share/mozilla/volume_slider_bar.xpm b/share/mozilla/volume_slider_bar.xpm index 3077bb8bc4..dbebfd1069 100644 --- a/share/mozilla/volume_slider_bar.xpm +++ b/share/mozilla/volume_slider_bar.xpm @@ -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",