1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 01:46:16 +00:00
mpv/Gui/mplayer/pixmaps/file.xpm
arpi 9f6529b3d3 GUI version n-1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1694 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 21:04:29 +00:00

24 lines
430 B
C

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