annotate Gui/mplayer/pixmaps/a235.xpm @ 17254:0e152834911a
vpotmeter fix, scroll in the correct direction
author |
ods15 |
date |
Tue, 27 Dec 2005 19:21:04 +0000 |
parents |
be3261b2bcf4 |
children |
518b5935a909 |
rev |
line source |
13852
|
1 /* XPM */
|
|
2 static char * a235_xpm[] = {
|
|
3 "18 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 " "};
|