Mercurial > mplayer.hg
annotate Gui/mplayer/pixmaps/eq.xpm @ 21332:7f53c807d593
feed the content of NAV_PACKET to the demuxer
author | nicodvb |
---|---|
date | Mon, 27 Nov 2006 23:21:23 +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 * eq_xpm[] = { |
13852 | 3 "16 16 16 1", |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #FE3700", | |
7 "@ c #FE8200", | |
8 "# c #FEB900", | |
9 "$ c #FFBA00", | |
10 "% c #FEF100", | |
11 "& c #FFF100", | |
12 "* c #E8FE00", | |
13 "= c #E9FF00", | |
14 "- c #95FE00", | |
15 "; c #96FF00", | |
16 "> c #48FE00", | |
17 ", c #49FF00", | |
18 "' c #23FF00", | |
19 ") c #24FF00", | |
20 " .............. ", | |
21 "................", | |
22 ".....++.........", | |
23 ".....@@.@@@.....", | |
24 ".....@@.@@@.....", | |
25 ".##$.##.###.....", | |
26 ".###.##.###.....", | |
27 ".%%&.%%.%%%.....", | |
28 ".**=.**.***.**=.", | |
29 ".***.**.***.***.", | |
30 ".--;.--.---.--;.", | |
31 ".---.--.---.---.", | |
32 ".>>,.>>.>>>.>>,.", | |
33 ".'').''.'''.'').", | |
34 ".'''.''.'''.'''.", | |
35 "................"}; |