Mercurial > hg > xemacs-beta
comparison etc/time/l-2.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 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
1 /* XPM */ | |
2 static char *noname[] = { | |
3 /* width height ncolors chars_per_pixel */ | |
4 "10 13 4 1", | |
5 /* colors */ | |
6 " s None c None", | |
7 "` c #FE0204", | |
8 "b c #2AD244", | |
9 "c c #DEE614", | |
10 /* pixels */ | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " `````", | |
15 " ", | |
16 " cccccc", | |
17 " ", | |
18 " ccccccc", | |
19 " ", | |
20 " bbbbbbbb", | |
21 " ", | |
22 " bbbbbbbbb", | |
23 " " | |
24 }; |