Mercurial > mplayer.hg
annotate gui/dialog/pixmaps/dir2.xpm @ 35535:dad7efd97bbb
Relocate mixer assignment.
It need to be set only during a GUI_SET_MIXER call.
author | ib |
---|---|
date | Sun, 09 Dec 2012 12:16:14 +0000 |
parents | 3c901704a27c |
children |
rev | line source |
---|---|
35526 | 1 /* XPM */ |
2 static const char * const dir2_xpm[] = { | |
3 "16 16 6 1", | |
4 " c None s None", | |
5 ". c black", | |
6 "X c blue", | |
7 "o c yellow", | |
8 "O c #007FEA", | |
9 "# c white", | |
10 " ", | |
11 " .. ", | |
12 " ..XX. ", | |
13 " ..XXXXX. ", | |
14 " ..XXXXXXXX. ", | |
15 ".ooXXXXXXXXX. ", | |
16 "..ooXXXXXXXXX. ", | |
17 ".X.ooXXXXXXXXX. ", | |
18 ".XX.ooXXXXXX.. ", | |
19 " .XX.ooXXX..#O ", | |
20 " .XX.oo..##OO. ", | |
21 " .XX..##OO.. ", | |
22 " .X.#OO.. ", | |
23 " ..O.. ", | |
24 " .. ", | |
25 " "}; |