annotate Gui/mplayer/pixmaps/ok.xpm @ 14678:58f061d12c83

Fix the behaviour of -geometry according to the documentation. Patch by Bjorn Danielsson <mplayer-mail ta dax tod nu>
author al
date Wed, 09 Feb 2005 17:58:41 +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 " "};