Mercurial > hg > xemacs-beta
comparison etc/time/l-0.0.xpm @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | ec9a17fef872 |
children | 7e54bd776075 |
comparison
equal
deleted
inserted
replaced
107:523141596bda | 108:360340f9fd5f |
---|---|
1 /* XPM */ | |
2 static char *noname[] = { | |
3 /* width height ncolors chars_per_pixel */ | |
4 "10 13 1 1", | |
5 /* colors */ | |
6 " s None c None", | |
7 /* pixels */ | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " ", | |
16 " ", | |
17 " ", | |
18 " ", | |
19 " ", | |
20 " " | |
21 }; |