view Gui/mplayer/pixmaps/aspect.xpm @ 18034:1dcf0ea2f7ba

reverse previous patch which caused sig11. 1000000000000000l: broken codecs.conf code modifies every page of a huge object -> tons of page faults and cannot be const. this needs to be fixed! do we have a volunteer to remove the whole codecs.conf shit?
author rfelker
date Mon, 03 Apr 2006 07:11:29 +0000
parents be3261b2bcf4
children 518b5935a909
line wrap: on
line source

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