diff options
Diffstat (limited to 'Gui/mplayer/pixmaps/file.xpm')
-rw-r--r-- | Gui/mplayer/pixmaps/file.xpm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Gui/mplayer/pixmaps/file.xpm b/Gui/mplayer/pixmaps/file.xpm new file mode 100644 index 0000000000..d861f3ba2c --- /dev/null +++ b/Gui/mplayer/pixmaps/file.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * file_xpm[] = { +"16 16 4 1", +" c None", +". c #3D3D3D", +"+ c #FDC689", +"@ c #9A9A9A", +" ", +" ", +" .............. ", +" .++++++++++++.@", +" .++++++++++++.@", +" .++..++++..++.@", +" .+....++....+.@", +" .+....++....+.@", +" .++..++++..++.@", +" .++++++++++++.@", +" .++++++++++++.@", +" .++++++++++++.@", +" ..............@", +" ..............@", +" @@@@@@@@@@@@@@", +" "}; |