comparison gui/mplayer/pixmaps/MPlayer_mini.xpm @ 25715:09c3ce60f369

Make xpm arrays really const (I missed that they are not strings but array of strings (string pointers)).
author reimar
date Sun, 13 Jan 2008 16:52:33 +0000
parents a8b68561b79f
children
comparison
equal deleted inserted replaced
25714:a8b68561b79f 25715:09c3ce60f369
1 /* XPM */ 1 /* XPM */
2 static const char * MPlayer_mini_xpm[] = { 2 static const char * const MPlayer_mini_xpm[] = {
3 "146 121 514 2", 3 "146 121 514 2",
4 " c None", 4 " c None",
5 ". c #2C2256", 5 ". c #2C2256",
6 "+ c #2C2257", 6 "+ c #2C2257",
7 "@ c #251B4D", 7 "@ c #251B4D",