]> git.eshelyaron.com Git - emacs.git/commitdiff
Icon for GUD to print dereferenced value
authorNick Roberts <nickrob@snap.net.nz>
Sun, 5 Jun 2005 08:04:35 +0000 (08:04 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 5 Jun 2005 08:04:35 +0000 (08:04 +0000)
lisp/toolbar/gud-pstar.pbm [new file with mode: 0644]
lisp/toolbar/gud-pstar.xbm [new file with mode: 0644]
lisp/toolbar/gud-pstar.xpm [new file with mode: 0644]

diff --git a/lisp/toolbar/gud-pstar.pbm b/lisp/toolbar/gud-pstar.pbm
new file mode 100644 (file)
index 0000000..1f59671
Binary files /dev/null and b/lisp/toolbar/gud-pstar.pbm differ
diff --git a/lisp/toolbar/gud-pstar.xbm b/lisp/toolbar/gud-pstar.xbm
new file mode 100644 (file)
index 0000000..6e5bafd
--- /dev/null
@@ -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 (file)
index 0000000..6edc603
--- /dev/null
@@ -0,0 +1,29 @@
+/* XPM */
+static char * gud_pstar_xpm[] = {
+"24 24 2 1",
+"      c #BDBDBEBEBDBD",
+".     c #000000000000",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"         ... ...        ",
+"          ... ...       ",
+"          ..   ..   .   ",
+"          ..   .. . . . ",
+"          ..   ..  ...  ",
+"          ..   .. . . . ",
+"          ..   ..   .   ",
+"          ... ..        ",
+"          .. ..         ",
+"          ..            ",
+"          ..            ",
+"          ..            ",
+"         ....           ",
+"                        ",
+"                        ",
+"                        "};