view gui/mplayer/pixmaps/ok.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 17bf4f4b0715
children
line wrap: on
line source

/* XPM */
static const char * const ok_xpm[] = {
"37 16 5 1",
" 	c None",
".	c #3539EC",
"+	c #6E71EA",
"@	c #000000",
"#	c #1C1E7C",
"                                     ",
"                                     ",
"                                     ",
"         ...                         ",
"         .++.        @@@@@   @@      ",
"  .........++.      @@@ @@@  @@      ",
"  .+++++++...+.     @@   @@@ @@  @@  ",
"  ............+.    @@    @@ @@ @@   ",
"  ...............   @@    @@ @@@@    ",
"  .............#    @@   @@@ @@@@@   ",
"  ............#     @@@ @@@  @@ @@   ",
"  #######....#       @@@@@   @@  @@  ",
"         ...#                        ",
"         ###                         ",
"                                     ",
"                                     "};