aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-06-05 08:04:35 +0000
committerNick Roberts2005-06-05 08:04:35 +0000
commit02389254fab858a2cb119fc36dbbfb337dcdd1cb (patch)
treeedc35a84c71ded15bc7f295377fcc744083e3fae
parent2884ae6dc64517d00ed2f0156c18e8d306af81b3 (diff)
downloademacs-02389254fab858a2cb119fc36dbbfb337dcdd1cb.tar.gz
emacs-02389254fab858a2cb119fc36dbbfb337dcdd1cb.zip
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 @@
1#define gud-pstar_width 24
2#define gud-pstar_height 24
3static unsigned char gud-pstar_bits[] = {
4 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
6 0x00, 0xee, 0x00, 0x00, 0xdc, 0x01, 0x00, 0x8c, 0x11, 0x00, 0x8c, 0x55,
7 0x00, 0x8c, 0x39, 0x00, 0x8c, 0x55, 0x00, 0x8c, 0x11, 0x00, 0xdc, 0x00,
8 0x00, 0x6c, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x0c, 0x00,
9 0x00, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
10 };
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 @@
1/* XPM */
2static char * gud_pstar_xpm[] = {
3"24 24 2 1",
4" c #BDBDBEBEBDBD",
5". c #000000000000",
6" ",
7" ",
8" ",
9" ",
10" ",
11" ",
12" ",
13" ",
14" ... ... ",
15" ... ... ",
16" .. .. . ",
17" .. .. . . . ",
18" .. .. ... ",
19" .. .. . . . ",
20" .. .. . ",
21" ... .. ",
22" .. .. ",
23" .. ",
24" .. ",
25" .. ",
26" .... ",
27" ",
28" ",
29" "};