Mercurial > mplayer.hg
view gui/mplayer/pixmaps/title.xpm @ 32890:96340f2c8c17
Improve stream reset on read error, should now fix bug #1841 in more
cases, e.g. also with -cache.
author | reimar |
---|---|
date | Sun, 27 Feb 2011 14:32:24 +0000 |
parents | 09c3ce60f369 |
children |
line wrap: on
line source
/* XPM */ static const char * const title_xpm[] = { "16 16 4 1", " c None", ". c #000000", "+ c #CD0909", "@ c #FFFFFF", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . ", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . "};