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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
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
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
3 "37 16 5 1",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
4 " c None",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
5 ". c #3539EC",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
6 "+ c #6E71EA",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
7 "@ c #000000",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
8 "# c #1C1E7C",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
9 " ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
10 " ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
11 " ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
12 " ... ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
13 " .++. @@@@@ @@ ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
14 " .........++. @@@ @@@ @@ ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
15 " .+++++++...+. @@ @@@ @@ @@ ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
16 " ............+. @@ @@ @@ @@ ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
17 " ............... @@ @@ @@@@ ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
18 " .............# @@ @@@ @@@@@ ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
19 " ............# @@@ @@@ @@ @@ ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
20 " #######....# @@@@@ @@ @@ ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
21 " ...# ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
22 " ### ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
23 " ",
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
24 " "};