Mercurial > mplayer.hg
annotate Gui/mplayer/pixmaps/ok.xpm @ 20997:425ff58ad31b
Move xvid 'grayscale' option close to 'interlacing'
author | gpoirier |
---|---|
date | Sat, 18 Nov 2006 12:26:04 +0000 |
parents | 518b5935a909 |
children |
rev | line source |
---|---|
1693 | 1 /* XPM */ |
18773
518b5935a909
Make most of the xpm-files read 'const char*' instead of 'char*'
diego
parents:
12504
diff
changeset
|
2 static const char * ok_xpm[] = { |
12504 | 3 "37 16 5 1", |
4 " c None", | |
5 ". c #3539EC", | |
6 "+ c #6E71EA", | |
7 "@ c #000000", | |
8 "# c #1C1E7C", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " ... ", | |
13 " .++. @@@@@ @@ ", | |
14 " .........++. @@@ @@@ @@ ", | |
15 " .+++++++...+. @@ @@@ @@ @@ ", | |
16 " ............+. @@ @@ @@ @@ ", | |
17 " ............... @@ @@ @@@@ ", | |
18 " .............# @@ @@@ @@@@@ ", | |
19 " ............# @@@ @@@ @@ @@ ", | |
20 " #######....# @@@@@ @@ @@ ", | |
21 " ...# ", | |
22 " ### ", | |
23 " ", | |
24 " "}; |