Mercurial > hg > xemacs-beta
annotate etc/time/l-0.5.xpm @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | |
children | 7e54bd776075 |
rev | line source |
---|---|
30 | 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 "a c #2AD244", | |
8 /* pixels */ | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " ", | |
16 " ", | |
17 " ", | |
18 " ", | |
19 " ", | |
20 " aaaaaaaaa", | |
21 " " | |
22 }; |