Mercurial > hg > xemacs-beta
annotate etc/time/l-1.5.xpm @ 146:2af401a6ecca r20-2p1
Import from CVS: tag r20-2p1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:34:46 +0200 |
parents | 7e54bd776075 |
children |
rev | line source |
---|---|
30 | 1 /* XPM */ |
2 static char *noname[] = { | |
3 /* width height ncolors chars_per_pixel */ | |
40 | 4 "10 13 4 1", |
30 | 5 /* colors */ |
40 | 6 "` s None c None", |
30 | 7 "a c #2AD244", |
8 "b c #DEE614", | |
40 | 9 ". s pad-color c #606060", |
30 | 10 /* pixels */ |
40 | 11 "``````....", |
12 "``````....", | |
13 "`````.....", | |
14 "`````.....", | |
15 "````......", | |
16 "````......", | |
17 "```.......", | |
18 "```bbbbbbb", | |
19 "``........", | |
20 "``aaaaaaaa", | |
21 "`.........", | |
22 "`aaaaaaaaa", | |
23 ".........." | |
30 | 24 }; |