annotate Gui/mplayer/pixmaps/pl.xpm @ 21091:f83859352e36

Add support for disabling MPlayer compilation.
author diego
date Mon, 20 Nov 2006 16:14:01 +0000
parents 518b5935a909
children
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 */
18773
518b5935a909 Make most of the xpm-files read 'const char*' instead of 'char*'
diego
parents: 13852
diff changeset
2 static const char * pl_xpm[] = {
13852
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
3 "16 16 7 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 #FEFEFE",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
7 "@ c #C1C1C1",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
8 "# c #C2C2C2",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
9 "$ c #A0A0A0",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
10 "% c #BBBBBB",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
11 " .. ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
12 " .+@. .. ... .. ",
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 " .. ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
24 " .+%. ..... ... ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
25 " .#$. ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
26 " .. "};