annotate 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 |
rev |
line source |
13852
|
1 /* XPM */
|
|
2 static char * aspect_xpm[] = {
|
|
3 "16 16 3 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 " ",
|
|
8 " ",
|
|
9 " ............. ",
|
|
10 " .+++++++++++++.",
|
|
11 " .+....+...+..+.",
|
|
12 " .++++++...+..+.",
|
|
13 " .+........+..+.",
|
|
14 " .+........+..+.",
|
|
15 " .+........+..+.",
|
|
16 " .++++++++++..+.",
|
|
17 " .+...........+.",
|
|
18 " .+...........+.",
|
|
19 " .+++++++++++++.",
|
|
20 " ............. ",
|
|
21 " ",
|
|
22 " "};
|