Mercurial > mplayer.hg
view gui/mplayer/pixmaps/aspect.xpm @ 32279:6de1c6d3c1cb
Simplify Windows waveout test with header_check_broken().
author | diego |
---|---|
date | Sun, 26 Sep 2010 18:24:14 +0000 |
parents | 09c3ce60f369 |
children |
line wrap: on
line source
/* XPM */ static const char * const aspect_xpm[] = { "16 16 3 1", " c None", ". c #000000", "+ c #FFFFFF", " ", " ", " ............. ", " .+++++++++++++.", " .+....+...+..+.", " .++++++...+..+.", " .+........+..+.", " .+........+..+.", " .+........+..+.", " .++++++++++..+.", " .+...........+.", " .+...........+.", " .+++++++++++++.", " ............. ", " ", " "};