annotate etc/time/l-jtl-0.0.xpm @ 110:fe104dbd9147
r20-1b7
Import from CVS: tag r20-1b7
author |
cvs |
date |
Mon, 13 Aug 2007 09:19:45 +0200 |
parents |
e04119814345 |
children |
|
rev |
line source |
32
|
1 /* XPM */
|
|
2 static char *noname[] = {
|
|
3 /* width height ncolors chars_per_pixel */
|
|
4 "10 13 2 1",
|
|
5 /* colors */
|
|
6 "` s None c None",
|
|
7 ". c #606060",
|
|
8 /* pixels */
|
|
9 "``````````",
|
|
10 "``````....",
|
|
11 "`````.....",
|
|
12 "`````.....",
|
|
13 "````......",
|
|
14 "````......",
|
|
15 "```.......",
|
|
16 "```.......",
|
|
17 "``........",
|
|
18 "``........",
|
|
19 "`.........",
|
|
20 "`.........",
|
|
21 ".........."
|
|
22 };
|