1
mirror of https://github.com/mpv-player/mpv synced 2024-11-18 21:16:10 +01:00

Make most of the xpm-files read 'const char*' instead of 'char*'

to reflect the read-only status of the xpm-definitions.
patch by Stefan Huehner stefan$$at$$huehner$$dot$$org


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18776 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-06-21 17:42:54 +00:00
parent dbd687fd37
commit c3304dad1f
45 changed files with 45 additions and 45 deletions

View File

@ -1,5 +1,5 @@
/* XPM */
static char * a11_xpm[] = {
static const char * a11_xpm[] = {
"18 16 3 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * a169_xpm[] = {
static const char * a169_xpm[] = {
"18 16 3 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * a235_xpm[] = {
static const char * a235_xpm[] = {
"18 16 3 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * a43_xpm[] = {
static const char * a43_xpm[] = {
"18 16 3 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * ab_xpm[] = {
static const char * ab_xpm[] = {
"16 16 15 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * aspect_xpm[] = {
static const char * aspect_xpm[] = {
"16 16 3 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * cancel_xpm[] = {
static const char * cancel_xpm[] = {
"55 16 120 2",
" c None",
". c #786663",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * chapter_xpm[] = {
static const char * chapter_xpm[] = {
"16 16 4 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * delsub_xpm[] = {
static const char * delsub_xpm[] = {
"16 16 3 1",
" c None",
". c #CD0909",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * dolby_xpm[] = {
static const char * dolby_xpm[] = {
"16 11 9 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * double_xpm[] = {
static const char * double_xpm[] = {
"16 16 132 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * dvd_xpm[] = {
static const char * dvd_xpm[] = {
"16 16 110 2",
" c None",
". c #CACCD2",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * empty_xpm[] = {
static const char * empty_xpm[] = {
"16 16 1 1",
" c None",
" ",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * empty1px_xpm[] = {
static const char * empty1px_xpm[] = {
"1 1 1 1",
" c None",
" "};

View File

@ -1,5 +1,5 @@
/* XPM */
static char * eq_xpm[] = {
static const char * eq_xpm[] = {
"16 16 16 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * exit_xpm[] = {
static const char * exit_xpm[] = {
"16 16 63 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * file2_xpm[] = {
static const char * file2_xpm[] = {
"16 16 8 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * fs_xpm[] = {
static const char * fs_xpm[] = {
"16 16 90 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * half_xpm[] = {
static const char * half_xpm[] = {
"16 16 125 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * icon_xpm[] = {
static const char * icon_xpm[] = {
"64 64 256 2",
" c None",
". c #060606",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * loadeaf_xpm[] = {
static const char * loadeaf_xpm[] = {
"16 16 132 2",
" c None",
". c #5C5C5C",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * logo_xpm[] = {
static const char * logo_xpm[] = {
"101 83 1141 2",
" c None",
". c #9094BB",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * mplayer_desktop_xpm[] = {
static const char * mplayer_desktop_xpm[] = {
"47 39 107 2",
" c None",
". c #6D619F",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * next_xpm[] = {
static const char * next_xpm[] = {
"16 16 60 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * normal_xpm[] = {
static const char * normal_xpm[] = {
"16 16 111 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * ok_xpm[] = {
static const char * ok_xpm[] = {
"37 16 5 1",
" c None",
". c #3539EC",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * open_xpm[] = {
static const char * open_xpm[] = {
"16 16 64 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * pause_xpm[] = {
static const char * pause_xpm[] = {
"16 16 29 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * pl_xpm[] = {
static const char * pl_xpm[] = {
"16 16 7 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * play_xpm[] = {
static const char * play_xpm[] = {
"16 16 37 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * playdvd_xpm[] = {
static const char * playdvd_xpm[] = {
"16 16 118 2",
" c None",
". c #CACCD2",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * playvcd_xpm[] = {
static const char * playvcd_xpm[] = {
"16 16 182 2",
" c None",
". c #CC9665",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * prefs_xpm[] = {
static const char * prefs_xpm[] = {
"16 16 50 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * prev_xpm[] = {
static const char * prev_xpm[] = {
"16 16 58 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * question_xpm[] = {
static const char * question_xpm[] = {
"48 48 284 2",
" c None",
". c #9B4C3A",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * skin_xpm[] = {
static const char * skin_xpm[] = {
"16 16 162 2",
" c None",
". c #DBA97F",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * sound_xpm[] = {
static const char * sound_xpm[] = {
"16 16 121 2",
" c None",
". c #939CA9",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * stop_xpm[] = {
static const char * stop_xpm[] = {
"48 48 203 2",
" c None",
". c #5A5A5A",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * stop2_xpm[] = {
static const char * stop2_xpm[] = {
"16 16 29 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * sub_xpm[] = {
static const char * sub_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * title_xpm[] = {
static const char * title_xpm[] = {
"16 16 4 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * tongue_xpm[] = {
static const char * tongue_xpm[] = {
"16 16 150 2",
" c None",
". c #FC151B",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * tonguebla_xpm[] = {
static const char * tonguebla_xpm[] = {
"16 16 137 2",
" c None",
". c #FC151B",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * url_xpm[] = {
static const char * url_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * vcd_xpm[] = {
static const char * vcd_xpm[] = {
"16 16 160 2",
" c None",
". c #CC9665",