Mercurial > mplayer.hg
view gui/ui/pixmaps/aspect.xpm @ 33616:4221981ad74c
Prefer playing variable $p to $l.
$p is used in the Win32 GUI as well.
Leave $l for legacy reasons.
Revise skin documentation.
author | ib |
---|---|
date | Wed, 22 Jun 2011 13:10:23 +0000 |
parents | 520fb0f7544c |
children | 7139c58dc1ed |
line wrap: on
line source
/* XPM */ static const char * const aspect_xpm[] = { "16 16 3 1", " c None", ". c #000000", "+ c #FFFFFF", " ", " ", " ............. ", " .+++++++++++++.", " .+....+...+..+.", " .++++++...+..+.", " .+........+..+.", " .+........+..+.", " .+........+..+.", " .++++++++++..+.", " .+...........+.", " .+...........+.", " .+++++++++++++.", " ............. ", " ", " "};