annotate Porori/image/sample.xpm @ 5:519d6fd0bfd9
draft
searcher: bug fix. fcgo: new feature.
author |
pyon <pyon@macmini> |
date |
Tue, 15 Jun 2021 18:32:28 +0900 |
parents |
aaaa401818a1 |
children |
|
rev |
line source |
0
|
1 /* XPM */
|
|
2 static char * sample_xpm[] = {
|
|
3 "16 16 4 1",
|
|
4 " c None",
|
|
5 ". c #6ECB63",
|
|
6 "+ c #8C0214",
|
|
7 "@ c #ECE6B4",
|
|
8 "................",
|
|
9 "................",
|
|
10 ".++.++.++.++.++.",
|
|
11 ".++.++.++.++.++.",
|
|
12 ".++.++.++.++.++.",
|
|
13 ".++.++.++.++.++.",
|
|
14 ".++.++.++.++.++.",
|
|
15 ".++.++.++.++.++.",
|
|
16 ".++.++.++.++.++.",
|
|
17 ".++.++.++.++.++.",
|
|
18 ".++.++.++.++.++.",
|
|
19 ".@@.@@.@@.@@.@@.",
|
|
20 ".@@.@@.@@.@@.@@.",
|
|
21 ".@@.@@.@@.@@.@@.",
|
|
22 "................",
|
|
23 "................"};
|