Mercurial > mercurial > hgweb_mpos.cgi
comparison sample.xpm @ 0:6235b9a84d53
First Release.
author | pyon@macmini |
---|---|
date | Mon, 21 Apr 2014 20:44:57 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6235b9a84d53 |
---|---|
1 /* XPM */ | |
2 static const char *sample_xpm[] = { | |
3 /* columns rows colors chars-per-pixel */ | |
4 "32 32 2 1", | |
5 ". c Black", | |
6 " c #FFFFFF", | |
7 /* pixels */ | |
8 " ", | |
9 " .............................. ", | |
10 " .............................. ", | |
11 " .. .. .. ", | |
12 " .. .. .. ", | |
13 " .. .. .. ", | |
14 " .. .. .. ", | |
15 " .. .. .. ", | |
16 " .. .. .. ", | |
17 " .. .. .. ", | |
18 " .. .. .. ", | |
19 " .. .. .. ", | |
20 " .............................. ", | |
21 " .............................. ", | |
22 " .. . ", | |
23 " .. . ", | |
24 " .. . ", | |
25 " .. . ", | |
26 " .. . ", | |
27 " .. . ", | |
28 " .. .. . ", | |
29 " .. .. . ", | |
30 " .. . ", | |
31 " .. .. . ", | |
32 " .. .. . ", | |
33 " .. .. . ", | |
34 " .. .... . ", | |
35 " .. .... . ", | |
36 " .. . ", | |
37 " .............................. ", | |
38 " .............................. ", | |
39 " " | |
40 }; |