as_gfx/syncd.xpm

Fri, 28 Nov 2008 11:21:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 28 Nov 2008 11:21:08 +0100
changeset 1
d64aaa7d146f
permissions
-rw-r--r--

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_kpcDsync_xpm[] = {
michael@1 3 "22 22 19 1",
michael@1 4 " g None",
michael@1 5 ". g #7F7F7F",
michael@1 6 "+ g #A6A6A6",
michael@1 7 "@ g #A2A2A2",
michael@1 8 "# g #979797",
michael@1 9 "$ g #AAAAAA",
michael@1 10 "% g #A5A5A5",
michael@1 11 "& g #999999",
michael@1 12 "* g #DFDFDF",
michael@1 13 "= g #D8D8D8",
michael@1 14 "- g #B9B9B9",
michael@1 15 "; g #B3B3B3",
michael@1 16 "> g #A1A1A1",
michael@1 17 ", g #DDDDDD",
michael@1 18 "' g #C5C5C5",
michael@1 19 ") g #A4A4A4",
michael@1 20 "! g #B7B7B7",
michael@1 21 "~ g #9A9A9A",
michael@1 22 "{ g #BFBFBF",
michael@1 23 " ",
michael@1 24 " . .... ",
michael@1 25 " .. . ",
michael@1 26 " . ... ",
michael@1 27 " . . ",
michael@1 28 " . .. ..... ",
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 " "};

mercurial