diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-10 05:52:11 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-10 05:52:11 +0000 |
commit | ceac394c2133d44e81db2eb633ff54a9ad6ce7c5 (patch) | |
tree | adc534407af80a976263c907897907cb13ef1c82 /connect.xpm |
This commit was generated by cvs2svn to compensate for changes in r3865,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/extensions/gripd/; revision=3866
Diffstat (limited to 'connect.xpm')
-rw-r--r-- | connect.xpm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/connect.xpm b/connect.xpm new file mode 100644 index 0000000..34f282c --- /dev/null +++ b/connect.xpm @@ -0,0 +1,27 @@ +/* XPM */
+static char * connect_xpm[] = {
+"21 16 8 1",
+" c None",
+". c #000000",
+"+ c #00FF04",
+"@ c #BFBFBF",
+"# c #FEFEFE",
+"$ c #00FEFE",
+"% c #FF0000",
+"& c #0000FE",
+" .. ........ ",
+" .+. .@@@@@@@@.",
+" .....++. .@......@.",
+" .+++++++..@.##$$.@.",
+" .+...++. .@.#%&#.@.",
+" .+. .+. .@.$#%#.@.",
+" .+. .. .@......@.",
+" ........ .@@@@@@@@.",
+".@@@@@@@@. ........ ",
+".@......@. .. .+. ",
+".@.#&$$.@. .+. .+. ",
+".@.#%&#.@. .++...+. ",
+".@.$###.@..+++++++. ",
+".@......@. .++..... ",
+".@@@@@@@@. .+. ",
+" ........ .. "};
|