# HG changeset patch # User reimar # Date 1200242616 0 # Node ID a8b68561b79f77b963ee90114661ab381ec00dc0 # Parent 0fe20154a883581b6592555aed90c6c4cbb51bd9 Make all gui xpm bitmaps const diff -r 0fe20154a883 -r a8b68561b79f gui/mplayer/pixmaps/MPlayer_mini.xpm --- 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", diff -r 0fe20154a883 -r a8b68561b79f gui/mplayer/pixmaps/about.xpm --- 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", diff -r 0fe20154a883 -r a8b68561b79f gui/mplayer/pixmaps/dir.xpm --- 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", diff -r 0fe20154a883 -r a8b68561b79f gui/mplayer/pixmaps/error.xpm --- 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", diff -r 0fe20154a883 -r a8b68561b79f gui/mplayer/pixmaps/file.xpm --- 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", diff -r 0fe20154a883 -r a8b68561b79f gui/mplayer/pixmaps/up.xpm --- a/gui/mplayer/pixmaps/up.xpm Sun Jan 13 16:26:28 2008 +0000 +++ b/gui/mplayer/pixmaps/up.xpm Sun Jan 13 16:43:36 2008 +0000 @@ -1,5 +1,5 @@ /* XPM */ -static char * up_xpm[] = { +static const char * up_xpm[] = { "16 16 93 2", " c None", ". c #000000", diff -r 0fe20154a883 -r a8b68561b79f gui/mplayer/pixmaps/warning.xpm --- a/gui/mplayer/pixmaps/warning.xpm Sun Jan 13 16:26:28 2008 +0000 +++ b/gui/mplayer/pixmaps/warning.xpm Sun Jan 13 16:43:36 2008 +0000 @@ -1,5 +1,5 @@ /* XPM */ -static char * warning_xpm[] = { +static const char * warning_xpm[] = { "48 48 263 2", " c None", ". c #6D0000",