Line | |
---|
1 | /* XPM */
|
---|
2 | static char * skull_xpm[] = {
|
---|
3 | "17 17 4 1",
|
---|
4 | " c None",
|
---|
5 | "o c #E0E0E0",
|
---|
6 | ". c #BBBBBB",
|
---|
7 | "+ c #101010",
|
---|
8 | ".................",
|
---|
9 | "......++++.......",
|
---|
10 | ".....++++++......",
|
---|
11 | "....++++++++.....",
|
---|
12 | "...++oo++oo++....",
|
---|
13 | "...++oo++oo++....",
|
---|
14 | "....++++++++.....",
|
---|
15 | ".....++++++......",
|
---|
16 | ".+....++++.....+.",
|
---|
17 | ".+....++++....++.",
|
---|
18 | "..+....++....+...",
|
---|
19 | "...+++....+++....",
|
---|
20 | "......++++.......",
|
---|
21 | "....++++++++...+.",
|
---|
22 | ".++++......+++++.",
|
---|
23 | ".+............+..",
|
---|
24 | "................."};
|
---|
Note:
See
TracBrowser
for help on using the repository browser.