comparison 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
comparison
equal deleted inserted replaced
39:06f275776fba 40:7e54bd776075
1 /* XPM */ 1 /* XPM */
2 static char *noname[] = { 2 static char *noname[] = {
3 /* width height ncolors chars_per_pixel */ 3 /* width height ncolors chars_per_pixel */
4 "10 13 3 1", 4 "10 13 4 1",
5 /* colors */ 5 /* colors */
6 " s None c None", 6 "` s None c None",
7 "a c #2AD244", 7 "a c #0AB224",
8 "b c #DEE614", 8 "b c #DEE614",
9 ". s pad-color c #606060",
9 /* pixels */ 10 /* pixels */
10 " ", 11 "``````....",
11 " ", 12 "``````....",
12 " ", 13 "`````.....",
13 " ", 14 "`````.....",
14 " ", 15 "````......",
15 " bbbbbb", 16 "````bbbbbb",
16 " ", 17 "```.......",
17 " bbbbbbb", 18 "```bbbbbbb",
18 " ", 19 "``........",
19 " aaaaaaaa", 20 "``aaaaaaaa",
20 " ", 21 "`.........",
21 " aaaaaaaaa", 22 "`aaaaaaaaa",
22 " " 23 ".........."
23 }; 24 };