Mercurial > mplayer.hg
changeset 25714:a8b68561b79f
Make all gui xpm bitmaps const
author | reimar |
---|---|
date | Sun, 13 Jan 2008 16:43:36 +0000 |
parents | 0fe20154a883 |
children | 09c3ce60f369 |
files | gui/mplayer/pixmaps/MPlayer_mini.xpm gui/mplayer/pixmaps/about.xpm gui/mplayer/pixmaps/dir.xpm gui/mplayer/pixmaps/error.xpm gui/mplayer/pixmaps/file.xpm gui/mplayer/pixmaps/up.xpm gui/mplayer/pixmaps/warning.xpm |
diffstat | 7 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/mplayer/pixmaps/MPlayer_mini.xpm Sun Jan 13 16:26:28 2008 +0000 +++ b/gui/mplayer/pixmaps/MPlayer_mini.xpm Sun Jan 13 16:43:36 2008 +0000 @@ -1,5 +1,5 @@ /* XPM */ -static char * MPlayer_mini_xpm[] = { +static const char * MPlayer_mini_xpm[] = { "146 121 514 2", " c None", ". c #2C2256",
--- a/gui/mplayer/pixmaps/about.xpm Sun Jan 13 16:26:28 2008 +0000 +++ b/gui/mplayer/pixmaps/about.xpm Sun Jan 13 16:43:36 2008 +0000 @@ -1,5 +1,5 @@ /* XPM */ -static char * about_xpm[] = { +static const char * about_xpm[] = { "320 170 254 2", " c None", ". c #070707",
--- a/gui/mplayer/pixmaps/dir.xpm Sun Jan 13 16:26:28 2008 +0000 +++ b/gui/mplayer/pixmaps/dir.xpm Sun Jan 13 16:43:36 2008 +0000 @@ -1,5 +1,5 @@ /* XPM */ -static char * dir_xpm[] = { +static const char * dir_xpm[] = { "16 16 129 2", " c None", ". c #B5C7C7",
--- a/gui/mplayer/pixmaps/error.xpm Sun Jan 13 16:26:28 2008 +0000 +++ b/gui/mplayer/pixmaps/error.xpm Sun Jan 13 16:43:36 2008 +0000 @@ -1,5 +1,5 @@ /* XPM */ -static char * error_xpm[] = { +static const char * error_xpm[] = { "48 47 494 2", " c None", ". c #A56152",
--- a/gui/mplayer/pixmaps/file.xpm Sun Jan 13 16:26:28 2008 +0000 +++ b/gui/mplayer/pixmaps/file.xpm Sun Jan 13 16:43:36 2008 +0000 @@ -1,5 +1,5 @@ /* XPM */ -static char * file_xpm[] = { +static const char * file_xpm[] = { "16 16 7 1", " c None", ". c #9A9A9A",