view gui/ui/pixmaps/file.xpm @ 33556:520fb0f7544c

Rename GUI directory 'mplayer' and some files in it. The directory 'mplayer' contains the files for the user interface and has thus been renamed 'ui'. Inside this directory the following files have been renamed to better reflect their contents: mw.c -> main.c sw.c -> sub.c pb.c -> playbar.c gui_common.* -> render.* play.* -> actions.*
author ib
date Sat, 18 Jun 2011 16:03:31 +0000
parents gui/mplayer/pixmaps/file.xpm@09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const file_xpm[] = {
"16 16 7 1",
" 	c None",
".	c #9A9A9A",
"+	c #000000",
"@	c #FFFFFF",
"#	c #010101",
"$	c #FEFEFE",
"%	c #9B9B9B",
"                ",
"................",
"++++++++++++++++",
"@++@++@++@++@++@",
"++++#+++++++++++",
"@@@+@@@$@@@@+@@@",
"@@@+@@@@@@@@+@@@",
"@@@+@@@@@@@@+@@@",
"@@@+@@@@@@@@+@@@",
"@@@+@$@@@@@@+@@@",
"@@@+@@@$@@@@+@@@",
"+++++++++++++++#",
"@++@++@++@#+@++@",
"+++++++##++++++#",
"..........%.....",
"                "};