Mercurial > mplayer.hg
view gui/mplayer/pixmaps/aspect.xpm @ 26942:04e6895b0d57
grammar fixes by Benoit Fouet
author | gpoirier |
---|---|
date | Tue, 03 Jun 2008 14:49:54 +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", " ", " ", " ............. ", " .+++++++++++++.", " .+....+...+..+.", " .++++++...+..+.", " .+........+..+.", " .+........+..+.", " .+........+..+.", " .++++++++++..+.", " .+...........+.", " .+...........+.", " .+++++++++++++.", " ............. ", " ", " "};