Mercurial > hg > xemacs-beta
annotate etc/time/l-2.0.xpm @ 40:7e54bd776075 r19-15b103
Import from CVS: tag r19-15b103
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:25 +0200 |
parents | ec9a17fef872 |
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", |
7 "a c #0AB224", | |
30 | 8 "b c #DEE614", |
40 | 9 ". s pad-color c #606060", |
30 | 10 /* pixels */ |
40 | 11 "``````....", |
12 "``````....", | |
13 "`````.....", | |
14 "`````.....", | |
15 "````......", | |
16 "````bbbbbb", | |
17 "```.......", | |
18 "```bbbbbbb", | |
19 "``........", | |
20 "``aaaaaaaa", | |
21 "`.........", | |
22 "`aaaaaaaaa", | |
23 ".........." | |
30 | 24 }; |