summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2005-06-05 08:04:35 +0000
committerNick Roberts <nickrob@snap.net.nz>2005-06-05 08:04:35 +0000
commit02389254fab858a2cb119fc36dbbfb337dcdd1cb (patch)
treeedc35a84c71ded15bc7f295377fcc744083e3fae
parent2884ae6dc64517d00ed2f0156c18e8d306af81b3 (diff)
downloademacs-02389254fab858a2cb119fc36dbbfb337dcdd1cb.tar.gz
Icon for GUD to print dereferenced value
-rw-r--r--lisp/toolbar/gud-pstar.pbmbin0 -> 81 bytes
-rw-r--r--lisp/toolbar/gud-pstar.xbm10
-rw-r--r--lisp/toolbar/gud-pstar.xpm29
3 files changed, 39 insertions, 0 deletions
diff --git a/lisp/toolbar/gud-pstar.pbm b/lisp/toolbar/gud-pstar.pbm
new file mode 100644
index 00000000000..1f5967107a0
--- /dev/null
+++ b/lisp/toolbar/gud-pstar.pbm
Binary files differ
diff --git a/lisp/toolbar/gud-pstar.xbm b/lisp/toolbar/gud-pstar.xbm
new file mode 100644
index 00000000000..6e5bafddddd
--- /dev/null
+++ b/lisp/toolbar/gud-pstar.xbm
@@ -0,0 +1,10 @@
+#define gud-pstar_width 24
+#define gud-pstar_height 24
+static unsigned char gud-pstar_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0xee, 0x00, 0x00, 0xdc, 0x01, 0x00, 0x8c, 0x11, 0x00, 0x8c, 0x55,
+ 0x00, 0x8c, 0x39, 0x00, 0x8c, 0x55, 0x00, 0x8c, 0x11, 0x00, 0xdc, 0x00,
+ 0x00, 0x6c, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x0c, 0x00,
+ 0x00, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ };
diff --git a/lisp/toolbar/gud-pstar.xpm b/lisp/toolbar/gud-pstar.xpm
new file mode 100644
index 00000000000..6edc603db14
--- /dev/null
+++ b/lisp/toolbar/gud-pstar.xpm
@@ -0,0 +1,29 @@
+/* XPM */
+static char * gud_pstar_xpm[] = {
+"24 24 2 1",
+" c #BDBDBEBEBDBD",
+". c #000000000000",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ... ... ",
+" ... ... ",
+" .. .. . ",
+" .. .. . . . ",
+" .. .. ... ",
+" .. .. . . . ",
+" .. .. . ",
+" ... .. ",
+" .. .. ",
+" .. ",
+" .. ",
+" .. ",
+" .... ",
+" ",
+" ",
+" "};