annotate etc/time/1.xpm @ 123:c77884c6318d
Added tag r20-1b14 for changeset d2f30a177268
author |
cvs |
date |
Mon, 13 Aug 2007 09:26:04 +0200 |
parents |
7e54bd776075 |
children |
|
rev |
line source |
30
|
1 /* XPM */
|
|
2 static char *noname[] = {
|
|
3 /* width height ncolors chars_per_pixel */
|
|
4 "9 13 2 1",
|
|
5 /* colors */
|
40
|
6 "` s ledbg c None",
|
|
7 "a s ledfg c #CA1E1C",
|
30
|
8 /* pixels */
|
|
9 "`````````",
|
|
10 "`````````",
|
|
11 "````````a",
|
|
12 "````````a",
|
|
13 "```````a`",
|
|
14 "```````a`",
|
|
15 "`````````",
|
|
16 "``````a``",
|
|
17 "``````a``",
|
|
18 "`````a```",
|
|
19 "`````a```",
|
|
20 "`````````",
|
|
21 "`````````"
|
|
22 };
|