as_gfx/whatsthis.xpm

Tue, 04 Aug 2009 18:12:44 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 04 Aug 2009 18:12:44 +0200
changeset 13
47ce95feb61a
permissions
-rw-r--r--

Include project documents (plan, SRS, design) in distribution.

     1 /* XPM */
     2 static const char *s_kpcWhatsthis_xpm[] = {
     3 /* width height ncolors chars_per_pixel */
     4 "16 16 3 1",
     5 /* colors */
     6 "# c None",
     7 ". c #000000",
     8 "a c #000083",
     9 /* pixels */
    10 ".########aaaaa##",
    11 "..######aaa#aaa#",
    12 "...####aaa###aaa",
    13 "....###aa#####aa",
    14 ".....##aa#####aa",
    15 "......##a####aaa",
    16 ".......#####aaa#",
    17 "........###aaa##",
    18 ".........#aaa###",
    19 ".....#####aaa###",
    20 "..#...##########",
    21 ".##...####aaa###",
    22 "####...###aaa###",
    23 "####...#########",
    24 "#####...########",
    25 "#####...########"
    26 };

mercurial