comparison gui/mplayer/pixmaps/aspect.xpm @ 23077:17bf4f4b0715

Gui --> gui
author diego
date Mon, 23 Apr 2007 07:42:42 +0000
parents
children 09c3ce60f369
comparison
equal deleted inserted replaced
23076:39dd908375b2 23077:17bf4f4b0715
1 /* XPM */
2 static const 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 " "};