annotate Gui/mplayer/pixmaps/dolby.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 be3261b2bcf4
children 518b5935a909
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13852
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
1 /* XPM */
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
2 static char * dolby_xpm[] = {
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
3 "16 11 9 1",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
4 " c None",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
5 ". c #000000",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
6 "+ c #C3C828",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
7 "@ c #BCBF27",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
8 "# c #DBE82C",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
9 "$ c #B5B626",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
10 "% c #CAD229",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
11 "& c #CDD62A",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
12 "* c #C6CD29",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
13 "................",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
14 ".+@@###..###@@+.",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
15 ".$...%#..#%...$.",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
16 ".$....#..#....$.",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
17 ".$....&..&....$.",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
18 ".$....&..&....$.",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
19 ".$....&..&....$.",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
20 ".$....#..#....$.",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
21 ".$...%#..#%...$.",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
22 ".+@@*##..##*@@+.",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
23 "................"};