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_kpcCut_xpm[] = { |
michael@1 | 3 | "22 22 32 1", |
michael@1 | 4 | " c None", |
michael@1 | 5 | ". c #000000", |
michael@1 | 6 | "+ c #DFDFDF", |
michael@1 | 7 | "@ c #DCDCDC", |
michael@1 | 8 | "# c #D5D5D5", |
michael@1 | 9 | "$ c #C4C4C4", |
michael@1 | 10 | "% c #B2B2B2", |
michael@1 | 11 | "& c #D4D4D4", |
michael@1 | 12 | "* c #B3B3B3", |
michael@1 | 13 | "= c #9D9D9D", |
michael@1 | 14 | "- c #666666", |
michael@1 | 15 | "; c #646464", |
michael@1 | 16 | "> c #434343", |
michael@1 | 17 | ", c #DEDEDE", |
michael@1 | 18 | "' c #7D7D7D", |
michael@1 | 19 | ") c #787878", |
michael@1 | 20 | "! c #A6A6A6", |
michael@1 | 21 | "~ c #D6D6D6", |
michael@1 | 22 | "{ c #676767", |
michael@1 | 23 | "] c #9E9E9E", |
michael@1 | 24 | "^ c #949494", |
michael@1 | 25 | "/ c #C2C2C2", |
michael@1 | 26 | "( c #A5A5A5", |
michael@1 | 27 | "_ c #AFAFAF", |
michael@1 | 28 | ": c #7B7B7B", |
michael@1 | 29 | "< c #B0B0B0", |
michael@1 | 30 | "[ c #C1C1C1", |
michael@1 | 31 | "} c #CBCBCB", |
michael@1 | 32 | "| c #D3D3D3", |
michael@1 | 33 | "1 c #CECECE", |
michael@1 | 34 | "2 c #C5C5C5", |
michael@1 | 35 | "3 c #C7C7C7", |
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 | " .. ... .}||. ", |
michael@1 | 51 | " .. ... .|&|. ", |
michael@1 | 52 | " .. .. .|&|. ", |
michael@1 | 53 | " ...... .123. ", |
michael@1 | 54 | " ...... ..... ", |
michael@1 | 55 | " .... ", |
michael@1 | 56 | " ", |
michael@1 | 57 | " "}; |