view Gui/mplayer/pixmaps/file.xpm @ 6196:f01f6fd93ce8

gcc -dumpversion seems less error prone (tested with 2.95.4 3.0.4 and 3.1) Suggested by Okki <okki666@nerim.net> Added gcc-3.1 and gcc-3.0 in the find-a-sane-compiler loop
author pl
date Sun, 26 May 2002 13:41:08 +0000
parents d237c5d4b216
children e18bdf65023b
line wrap: on
line source

/* XPM */
static char * file_xpm[] = {
"16 16 4 1",
" 	c None",
".	c #3D3D3D",
"+	c #FDC689",
"@	c #9A9A9A",
"                ",
"                ",
" .............. ",
" .++++++++++++.@",
" .++++++++++++.@",
" .++..++++..++.@",
" .+....++....+.@",
" .+....++....+.@",
" .++..++++..++.@",
" .++++++++++++.@",
" .++++++++++++.@",
" .++++++++++++.@",
" ..............@",
" ..............@",
"  @@@@@@@@@@@@@@",
"                "};