as_gfx/whatsthis.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_kpcWhatsthis_xpm[] = {
michael@1 3 /* width height ncolors chars_per_pixel */
michael@1 4 "16 16 3 1",
michael@1 5 /* colors */
michael@1 6 "# c None",
michael@1 7 ". c #000000",
michael@1 8 "a c #000083",
michael@1 9 /* pixels */
michael@1 10 ".########aaaaa##",
michael@1 11 "..######aaa#aaa#",
michael@1 12 "...####aaa###aaa",
michael@1 13 "....###aa#####aa",
michael@1 14 ".....##aa#####aa",
michael@1 15 "......##a####aaa",
michael@1 16 ".......#####aaa#",
michael@1 17 "........###aaa##",
michael@1 18 ".........#aaa###",
michael@1 19 ".....#####aaa###",
michael@1 20 "..#...##########",
michael@1 21 ".##...####aaa###",
michael@1 22 "####...###aaa###",
michael@1 23 "####...#########",
michael@1 24 "#####...########",
michael@1 25 "#####...########"
michael@1 26 };

mercurial