annotate etc/time/l-1.5.xpm @ 31:b9328a10c56c
Added tag r19-15b98 for changeset ec9a17fef872
author |
cvs |
date |
Mon, 13 Aug 2007 08:52:30 +0200 |
parents |
ec9a17fef872 |
children |
7e54bd776075 |
rev |
line source |
30
|
1 /* XPM */
|
|
2 static char *noname[] = {
|
|
3 /* width height ncolors chars_per_pixel */
|
|
4 "10 13 3 1",
|
|
5 /* colors */
|
|
6 " s None c None",
|
|
7 "a c #2AD244",
|
|
8 "b c #DEE614",
|
|
9 /* pixels */
|
|
10 " ",
|
|
11 " ",
|
|
12 " ",
|
|
13 " ",
|
|
14 " ",
|
|
15 " ",
|
|
16 " ",
|
|
17 " bbbbbbb",
|
|
18 " ",
|
|
19 " aaaaaaaa",
|
|
20 " ",
|
|
21 " aaaaaaaaa",
|
|
22 " "
|
|
23 };
|