annotate etc/time/5.xpm @ 114:8619ce7e4c50
r20-1b9
Import from CVS: tag r20-1b9
author |
cvs |
date |
Mon, 13 Aug 2007 09:21:54 +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 "` c None s ledbg",
|
|
7 "a c #CA1E1C s ledfg",
|
30
|
8 /* pixels */
|
|
9 "`````````",
|
|
10 "````aaaaa",
|
|
11 "```a`````",
|
|
12 "```a`````",
|
|
13 "``a``````",
|
|
14 "``a``````",
|
|
15 "``aaaaa``",
|
|
16 "``````a``",
|
|
17 "``````a``",
|
|
18 "`````a```",
|
|
19 "`````a```",
|
|
20 "aaaaa````",
|
|
21 "`````````"
|
|
22 };
|