comparison Gui/mplayer/pixmaps/aspect.xpm @ 13852:be3261b2bcf4

icons for the GUI context menu patch by Piero di Vita <scognito at acaro dot org>
author diego
date Tue, 02 Nov 2004 14:45:03 +0000
parents
children 518b5935a909
comparison
equal deleted inserted replaced
13851:4ec3e68709aa 13852:be3261b2bcf4
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 " "};