Mercurial > mplayer.hg
annotate Gui/mplayer/pixmaps/a43.xpm @ 18279:f29f5a6a5a5c
Synced with 1.242
author | jheryan |
---|---|
date | Tue, 25 Apr 2006 13:30:07 +0000 |
parents | be3261b2bcf4 |
children | 518b5935a909 |
rev | line source |
---|---|
13852 | 1 /* XPM */ |
2 static char * a43_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 " "}; |