1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-20 13:52:10 +00:00
mpv/gui/mplayer/pixmaps/dolby.xpm
reimar 0b0a71b97c Make xpm arrays really const (I missed that they are not strings but
array of strings (string pointers)).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25743 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-13 16:52:33 +00:00

24 lines
418 B
C

/* XPM */
static const char * const dolby_xpm[] = {
"16 11 9 1",
" c None",
". c #000000",
"+ c #C3C828",
"@ c #BCBF27",
"# c #DBE82C",
"$ c #B5B626",
"% c #CAD229",
"& c #CDD62A",
"* c #C6CD29",
"................",
".+@@###..###@@+.",
".$...%#..#%...$.",
".$....#..#....$.",
".$....&..&....$.",
".$....&..&....$.",
".$....&..&....$.",
".$....#..#....$.",
".$...%#..#%...$.",
".+@@*##..##*@@+.",
"................"};