summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2002-11-14 01:34:28 +0000
committerNick Roberts <nickrob@snap.net.nz>2002-11-14 01:34:28 +0000
commitd84d173e25ebeb0b36bec1c586b7692ee08b8479 (patch)
treeb0d1f60ca34a70eab235d7e93d226f99f93c1a84
parente1a6f3a453a7438f164e5ac738fee2fe51cd436d (diff)
downloademacs-d84d173e25ebeb0b36bec1c586b7692ee08b8479.tar.gz
Initial debugger icons
-rw-r--r--lisp/toolbar/gud-display.xpm29
-rw-r--r--lisp/toolbar/gud-print.xpm29
2 files changed, 58 insertions, 0 deletions
diff --git a/lisp/toolbar/gud-display.xpm b/lisp/toolbar/gud-display.xpm
new file mode 100644
index 00000000000..85c57bc2aa1
--- /dev/null
+++ b/lisp/toolbar/gud-display.xpm
@@ -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
index 00000000000..cab2b7d6109
--- /dev/null
+++ b/lisp/toolbar/gud-print.xpm
@@ -0,0 +1,29 @@
+/* XPM */
+static char * print_xpm[] = {
+"24 24 2 1",
+" c #C0C0C0C0C0C0",
+". c #000000000000",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ... ... ",
+" ... ... ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" ... .. ",
+" .. .. ",
+" .. ",
+" .. ",
+" .. ",
+" .... ",
+" ",
+" ",
+" "};