view Gui/mplayer/pixmaps/file.xpm @ 7009:98bed9e12087

- add dxr3 gui support (dialogbox, etc.) - fix one small dvd playing bug ( dvd playing don't del the playlist) - add some ifdef() check
author pontscho
date Wed, 14 Aug 2002 23:02:45 +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",
"                ",
"                ",
" .............. ",
" .++++++++++++.@",
" .++++++++++++.@",
" .++..++++..++.@",
" .+....++....+.@",
" .+....++....+.@",
" .++..++++..++.@",
" .++++++++++++.@",
" .++++++++++++.@",
" .++++++++++++.@",
" ..............@",
" ..............@",
"  @@@@@@@@@@@@@@",
"                "};