view gui/ui/pixmaps/dolby.xpm @ 35484:9dceffa5d9b2

Set filename for MPlayer in GUI_PREPARE. This allows to remove some ugly code from uiEventHandling() (evPlay) whose sole purpose was setting the global filename variable. For CD, VCD and DVD this is (indirectly) done in GUI_PREPARE, too, so do it here for FILE and STREAM as well.
author ib
date Mon, 03 Dec 2012 14:10:12 +0000
parents 520fb0f7544c
children
line wrap: on
line source

/* 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",
"................",
".+@@###..###@@+.",
".$...%#..#%...$.",
".$....#..#....$.",
".$....&..&....$.",
".$....&..&....$.",
".$....&..&....$.",
".$....#..#....$.",
".$...%#..#%...$.",
".+@@*##..##*@@+.",
"................"};