annotate gui/mplayer/pixmaps/a43.xpm @ 25596:02f913fa8ddd
Remove changelog from file header, we have revision control for this.
author |
diego |
date |
Sun, 06 Jan 2008 12:58:02 +0000 |
parents |
17bf4f4b0715 |
children |
09c3ce60f369 |
rev |
line source |
23077
|
1 /* XPM */
|
|
2 static const 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 " "};
|