Mercurial > mplayer.hg
view gui/ui/pixmaps/dir2.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 | 052789583781 |
children |
line wrap: on
line source
/* XPM */ static const char * const dir2_xpm[] = { "16 16 6 1", " c None s None", ". c black", "X c blue", "o c yellow", "O c #007FEA", "# c white", " ", " .. ", " ..XX. ", " ..XXXXX. ", " ..XXXXXXXX. ", ".ooXXXXXXXXX. ", "..ooXXXXXXXXX. ", ".X.ooXXXXXXXXX. ", ".XX.ooXXXXXX.. ", " .XX.ooXXX..#O ", " .XX.oo..##OO. ", " .XX..##OO.. ", " .X.#OO.. ", " ..O.. ", " .. ", " "};