author | insilmaril |
Thu Jul 17 09:27:20 2008 +0000 (2008-07-17) | |
branch | release-1-12-maintained |
changeset 39 | e37153bea487 |
permissions | -rw-r--r-- |
1 /* XPM */
2 static const char *filenew_xpm[] = {
3 /* columns rows colors chars-per-pixel */
4 "22 22 8 1",
5 " c Gray100",
6 ". c Gray76",
7 "X c Gray53",
8 "o c Gray36",
9 "O c Gray18",
10 "+ c Gray0",
11 "@ c None",
12 "# c Gray0",
13 /* pixels */
14 "@@@@@@@@@@@@@@@@@@@@@@",
15 "@@@@++++++++++@@@@@@@@",
16 "@@@@+ +O+@@@@@@@",
17 "@@@@+ +oO+@@@@@@",
18 "@@@@+ +XoO+@@@@@",
19 "@@@@+ +.XoO+@@@@",
20 "@@@@+ + .XoO+@@@",
21 "@@@@+ +++++++@@@",
22 "@@@@+ +@@@",
23 "@@@@+ +@@@",
24 "@@@@+ +@@@",
25 "@@@@+ +@@@",
26 "@@@@+ +@@@",
27 "@@@@+ +@@@",
28 "@@@@+ +@@@",
29 "@@@@+ +@@@",
30 "@@@@+ +@@@",
31 "@@@@+ +@@@",
32 "@@@@+ +@@@",
33 "@@@@+++++++++++++++@@@",
34 "@@@@@@@@@@@@@@@@@@@@@@",
35 "@@@@@@@@@@@@@@@@@@@@@@"
36 };