view Gui/mplayer/pixmaps/aspect.xpm @ 19056:36f993b7f91d

freeze (this is pretty much oded shimons patch from a few month ago)
author michael
date Thu, 13 Jul 2006 10:26:33 +0000
parents 518b5935a909
children
line wrap: on
line source

/* XPM */
static const char * aspect_xpm[] = {
"16 16 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"                ",
"                ",
"  ............. ",
" .+++++++++++++.",
" .+....+...+..+.",
" .++++++...+..+.",
" .+........+..+.",
" .+........+..+.",
" .+........+..+.",
" .++++++++++..+.",
" .+...........+.",
" .+...........+.",
" .+++++++++++++.",
"  ............. ",
"                ",
"                "};