annotate etc/time/9.xpm @ 108:360340f9fd5f
r20-1b6
Import from CVS: tag r20-1b6
author |
cvs |
date |
Mon, 13 Aug 2007 09:18:39 +0200 |
parents |
ec9a17fef872 |
children |
7e54bd776075 |
rev |
line source |
30
|
1 /* XPM */
|
|
2 static char *noname[] = {
|
|
3 /* width height ncolors chars_per_pixel */
|
|
4 "9 13 2 1",
|
|
5 /* colors */
|
|
6 "` s None c None",
|
|
7 "a c #CB1E1C",
|
|
8 /* pixels */
|
|
9 "`````````",
|
|
10 "````aaaaa",
|
|
11 "```a````a",
|
|
12 "```a````a",
|
|
13 "``a````a`",
|
|
14 "``a````a`",
|
|
15 "``aaaaa``",
|
|
16 "``````a``",
|
|
17 "``````a``",
|
|
18 "`````a```",
|
|
19 "`````a```",
|
|
20 "aaaaa````",
|
|
21 "`````````"
|
|
22 };
|