annotate Gui/mplayer/pixmaps/prefs.xpm @ 18971:ec2f6323fda3

Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding current directory at configure time. This should work again now that libpostproc is no longer under libavcodec and all Makefiles included from ffmpeg are at the same directory level. The hardcoded paths caused breakage if the build directory was moved or copied after configure and prevented ccache from sharing compilation results between directories (different absolute include paths count as different compiler options).
author uau
date Sun, 09 Jul 2006 14:06:13 +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 * prefs_xpm[] = {
13852
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
3 "16 16 50 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 #CAC8C1",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
7 "@ c #B7B7B7",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
8 "# c #EBEBE8",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
9 "$ c #D8D8D8",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
10 "% c #F9F8F8",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
11 "& c #D3D1CD",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
12 "* c #F7F7F7",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
13 "= c #DEDBD6",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
14 "- c #D4D3D0",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
15 "; c #E3E2E1",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
16 "> c #DFDEDC",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
17 ", c #DBDAD7",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
18 "' c #A4A19C",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
19 ") c #686868",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
20 "! c #292929",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
21 "~ c #1F1F1F",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
22 "{ c #D2D1D0",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
23 "] c #50504F",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
24 "^ c #121212",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
25 "/ c #414141",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
26 "( c #494746",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
27 "_ c #363636",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
28 ": c #C8C7C6",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
29 "< c #6C6967",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
30 "[ c #708295",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
31 "} c #CFD6DD",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
32 "| c #7C91A7",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
33 "1 c #D6D5D5",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
34 "2 c #8A8784",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
35 "3 c #7D8C9C",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
36 "4 c #788DA4",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
37 "5 c #7F99B3",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
38 "6 c #1F272F",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
39 "7 c #ECEBEA",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
40 "8 c #72706D",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
41 "9 c #8D99A5",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
42 "0 c #748AA2",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
43 "a c #849EB9",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
44 "b c #4D5F73",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
45 "c c #D5D4D3",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
46 "d c #6B6A69",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
47 "e c #7D91A7",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
48 "f c #849EBA",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
49 "g c #525252",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
50 "h c #7E7E7E",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
51 "i c #515151",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
52 "j c #66798F",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
53 "k c #7C7C7C",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
54 " ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
55 " . . ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
56 " .+. .@.",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
57 " .#. .$. ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
58 " . .%. .. ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
59 " .&..*=. . ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
60 " .-;>,'.)! ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
61 " .~..{].) ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
62 " ^/(. ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
63 " ..._.:<. ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
64 " .[}|. .12. ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
65 " .3}456 .78. ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
66 " .9}0ab. .cd. ",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
67 " .}efb. .{gh",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
68 " iejb. ..k",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
69 " i.. "};