diff options
Diffstat (limited to 'examples/helpviewer/home.xpm')
-rw-r--r-- | examples/helpviewer/home.xpm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/helpviewer/home.xpm b/examples/helpviewer/home.xpm new file mode 100644 index 0000000..9c1369d --- /dev/null +++ b/examples/helpviewer/home.xpm @@ -0,0 +1,27 @@ +/* XPM */ +/* Drawn by Mark Donohoe for the K Desktop Environment */ +/* See http://www.kde.org */ +static char*home[]={ +"16 16 4 1", +"# c #000000", +"a c #ffffff", +"b c #c0c0c0", +". c None", +"........... ....", +" ....##.......", +"..#...####......", +"..#..#aabb#.....", +"..#.#aaaabb#....", +"..##aaaaaabb#...", +"..#aaaaaaaabb#..", +".#aaaaaaaaabbb#.", +"###aaaaaaaabb###", +"..#aaaaaaaabb#..", +"..#aaa###aabb#..", +"..#aaa#.#aabb#..", +"..#aaa#.#aabb#..", +"..#aaa#.#aabb#..", +"..#aaa#.#aabb#..", +"..#####.######..", +"................"}; + |