comparison Gui/mplayer/pixmaps/playvcd.xpm @ 18773:518b5935a909

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
author diego
date Wed, 21 Jun 2006 17:42:54 +0000
parents be3261b2bcf4
children
comparison
equal deleted inserted replaced
18772:eb60c209a117 18773:518b5935a909
1 /* XPM */ 1 /* XPM */
2 static char * playvcd_xpm[] = { 2 static const char * playvcd_xpm[] = {
3 "16 16 182 2", 3 "16 16 182 2",
4 " c None", 4 " c None",
5 ". c #CC9665", 5 ". c #CC9665",
6 "+ c #E1C0A3", 6 "+ c #E1C0A3",
7 "@ c #EAD1BD", 7 "@ c #EAD1BD",