]> git.eshelyaron.com Git - emacs.git/commitdiff
Initial debugger icons
authorNick Roberts <nickrob@snap.net.nz>
Thu, 14 Nov 2002 01:34:28 +0000 (01:34 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 14 Nov 2002 01:34:28 +0000 (01:34 +0000)
lisp/toolbar/gud-display.xpm [new file with mode: 0644]
lisp/toolbar/gud-print.xpm [new file with mode: 0644]

diff --git a/lisp/toolbar/gud-display.xpm b/lisp/toolbar/gud-display.xpm
new file mode 100644 (file)
index 0000000..85c57bc
--- /dev/null
@@ -0,0 +1,29 @@
+/* XPM */
+static char * display_xpm[] = {
+"24 24 2 1",
+"      c #C0C0C0C0C0C0",
+".     c #000000000000",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"            ...         ",
+"             ..         ",
+"             ..         ",
+"             ..         ",
+"          .....         ",
+"         ..  ..         ",
+"        ..   ..         ",
+"        ..   ..         ",
+"        ..   ..         ",
+"        ..   ..         ",
+"        ..   ..         ",
+"         ..  ..         ",
+"          ......        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};
diff --git a/lisp/toolbar/gud-print.xpm b/lisp/toolbar/gud-print.xpm
new file mode 100644 (file)
index 0000000..cab2b7d
--- /dev/null
@@ -0,0 +1,29 @@
+/* XPM */
+static char * print_xpm[] = {
+"24 24 2 1",
+"      c #C0C0C0C0C0C0",
+".     c #000000000000",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"         ... ...        ",
+"          ... ...       ",
+"          ..   ..       ",
+"          ..   ..       ",
+"          ..   ..       ",
+"          ..   ..       ",
+"          ..   ..       ",
+"          ... ..        ",
+"          .. ..         ",
+"          ..            ",
+"          ..            ",
+"          ..            ",
+"         ....           ",
+"                        ",
+"                        ",
+"                        "};