Mercurial > mplayer.hg
view gui/mplayer/pixmaps/aspect.xpm @ 26176:303dfa60a7b8
Disable QTX emulation on win32; fix builds on cygwin and mingw32.
author | zuxy |
---|---|
date | Mon, 10 Mar 2008 08:16:55 +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", " ", " ", " ............. ", " .+++++++++++++.", " .+....+...+..+.", " .++++++...+..+.", " .+........+..+.", " .+........+..+.", " .+........+..+.", " .++++++++++..+.", " .+...........+.", " .+...........+.", " .+++++++++++++.", " ............. ", " ", " "};