annotate Gui/mplayer/pixmaps/ok.xpm @ 14292:12239a0d5408

Make af_control_any_rev return the matching filter
author reimar
date Sat, 01 Jan 2005 18:46:56 +0000
parents 813bc920b876
children 518b5935a909
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 */
12504
813bc920b876 new and improved icons by Scognito
diego
parents: 1693
diff changeset
2 static char * ok_xpm[] = {
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 " "};