Fri, 28 Nov 2008 11:21:08 +0100
Fork project trunk at version 0.7.7 to maintain for future usage.
The original Cable & Wireless development team no longer exists.
The OSSP CVS repository is unavailable (cvs co ossp-pkg/as fails),
however http://cvs.ossp.org/dirview?d=ossp-pkg/as/as-gui is working.
michael@1 | 1 | /* XPM */ |
michael@1 | 2 | static const char *s_kpcStatokay_xpm[] = { |
michael@1 | 3 | "22 22 25 1", |
michael@1 | 4 | " c None", |
michael@1 | 5 | ". c #125F00", |
michael@1 | 6 | "+ c #1FBE36", |
michael@1 | 7 | "@ c #323232", |
michael@1 | 8 | "# c #21CA42", |
michael@1 | 9 | "$ c #66CD45", |
michael@1 | 10 | "% c #5C8800", |
michael@1 | 11 | "& c #68D44C", |
michael@1 | 12 | "* c #5D8800", |
michael@1 | 13 | "= c #358800", |
michael@1 | 14 | "- c #1C5F00", |
michael@1 | 15 | "; c #328800", |
michael@1 | 16 | "> c #1FA21A", |
michael@1 | 17 | ", c #5F970F", |
michael@1 | 18 | "' c #48A21A", |
michael@1 | 19 | ") c #21C941", |
michael@1 | 20 | "! c #66CC44", |
michael@1 | 21 | "~ c #5E950D", |
michael@1 | 22 | "{ c #5F9A12", |
michael@1 | 23 | "] c #588800", |
michael@1 | 24 | "^ c #5E8E06", |
michael@1 | 25 | "/ c #448800", |
michael@1 | 26 | "( c #2A8800", |
michael@1 | 27 | "_ c #558800", |
michael@1 | 28 | ": c #2F8800", |
michael@1 | 29 | " ", |
michael@1 | 30 | " ", |
michael@1 | 31 | " . ", |
michael@1 | 32 | " .+@ ", |
michael@1 | 33 | " .#$%@ ", |
michael@1 | 34 | " .#&*=-@", |
michael@1 | 35 | " .#&*;.@ ", |
michael@1 | 36 | " .#&*;.@ ", |
michael@1 | 37 | " .#&*;.@ ", |
michael@1 | 38 | " .. .#&*;.@ ", |
michael@1 | 39 | " .>#. .#&*;.@ ", |
michael@1 | 40 | ".>,&#. .#&*;.@ ", |
michael@1 | 41 | ".',,&#. .#&*;.@ ", |
michael@1 | 42 | " .',,&#.)&*;.@ ", |
michael@1 | 43 | " .',,&&!*;.@ ", |
michael@1 | 44 | " .'~,{];.@ ", |
michael@1 | 45 | " .'^/(.@ ", |
michael@1 | 46 | " ._:.@ ", |
michael@1 | 47 | " ..@ ", |
michael@1 | 48 | " ", |
michael@1 | 49 | " ", |
michael@1 | 50 | " "}; |