annotate Gui/mplayer/pixmaps/file.xpm @ 9951:82f6240091a8
Avoid including a header file twice to prevent Cygwin gcc 2.95.3-10 from
crashing. Also Fixes compilation with --disable-streaming on Cygwin gcc
3.2 where the include appears to be needed.
author |
diego |
date |
Sun, 20 Apr 2003 23:15:27 +0000 |
parents |
d237c5d4b216 |
children |
e18bdf65023b |
rev |
line source |
1693
|
1 /* XPM */
|
|
2 static char * file_xpm[] = {
|
|
3 "16 16 4 1",
|
|
4 " c None",
|
|
5 ". c #3D3D3D",
|
|
6 "+ c #FDC689",
|
|
7 "@ c #9A9A9A",
|
|
8 " ",
|
|
9 " ",
|
|
10 " .............. ",
|
|
11 " .++++++++++++.@",
|
|
12 " .++++++++++++.@",
|
|
13 " .++..++++..++.@",
|
|
14 " .+....++....+.@",
|
|
15 " .+....++....+.@",
|
|
16 " .++..++++..++.@",
|
|
17 " .++++++++++++.@",
|
|
18 " .++++++++++++.@",
|
|
19 " .++++++++++++.@",
|
|
20 " ..............@",
|
|
21 " ..............@",
|
|
22 " @@@@@@@@@@@@@@",
|
|
23 " "};
|