Mercurial > mplayer.hg
annotate Gui/mplayer/pixmaps/file2.xpm @ 22636:e107ac0d4d9a
Merge INCLUDE and CFLAGS, fixes Cola from last commit.
author | diego |
---|---|
date | Sat, 17 Mar 2007 00:18:13 +0000 |
parents | 518b5935a909 |
children |
rev | line source |
---|---|
13852 | 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 * file2_xpm[] = { |
13852 | 3 "16 16 8 1", |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #FFFFFF", | |
7 "@ c #D5D5D5", | |
8 "# c #ABABAB", | |
9 "$ c #808080", | |
10 "% c #555555", | |
11 "& c #2B2B2B", | |
12 " ", | |
13 " ", | |
14 " ... ... ", | |
15 " .............. ", | |
16 " . .++++++++. . ", | |
17 " . .+++++++@. . ", | |
18 " ...+++++++@... ", | |
19 " . .++++++@#. . ", | |
20 " ...+++++@#$... ", | |
21 " . .++++@#$%. . ", | |
22 " . .++++@#$%. . ", | |
23 " ...+++@#$%&... ", | |
24 " . .+++@#$%&. . ", | |
25 " .............. ", | |
26 " ... ... ", | |
27 " "}; |