Mercurial > mplayer.hg
annotate Gui/mplayer/pixmaps/pl.xpm @ 21091:f83859352e36
Add support for disabling MPlayer compilation.
author | diego |
---|---|
date | Mon, 20 Nov 2006 16:14:01 +0000 |
parents | 518b5935a909 |
children |
rev | line source |
---|---|
13852 | 1 /* XPM */ |
18773
518b5935a909
Make most of the xpm-files read 'const char*' instead of 'char*'
diego
parents:
13852
diff
changeset
|
2 static const char * pl_xpm[] = { |
13852 | 3 "16 16 7 1", |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #FEFEFE", | |
7 "@ c #C1C1C1", | |
8 "# c #C2C2C2", | |
9 "$ c #A0A0A0", | |
10 "% c #BBBBBB", | |
11 " .. ", | |
12 " .+@. .. ... .. ", | |
13 " .#$. ", | |
14 " .. ", | |
15 " ", | |
16 " ", | |
17 " .. ", | |
18 " .+@. ", | |
19 " .#$. ..... ... ", | |
20 " .. ", | |
21 " ", | |
22 " ", | |
23 " .. ", | |
24 " .+%. ..... ... ", | |
25 " .#$. ", | |
26 " .. "}; |