comparison Gui/mplayer/pixmaps/file2.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 * file2_xpm[] = { 2 static const char * file2_xpm[] = {
3 "16 16 8 1", 3 "16 16 8 1",
4 " c None", 4 " c None",
5 ". c #000000", 5 ". c #000000",
6 "+ c #FFFFFF", 6 "+ c #FFFFFF",
7 "@ c #D5D5D5", 7 "@ c #D5D5D5",