From: Nick Roberts Date: Sun, 5 Jun 2005 08:04:35 +0000 (+0000) Subject: Icon for GUD to print dereferenced value X-Git-Tag: emacs-pretest-22.0.90~9293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02389254fab858a2cb119fc36dbbfb337dcdd1cb;p=emacs.git Icon for GUD to print dereferenced value --- diff --git a/lisp/toolbar/gud-pstar.pbm b/lisp/toolbar/gud-pstar.pbm new file mode 100644 index 00000000000..1f5967107a0 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 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", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ... ", +" ... ... ", +" .. .. . ", +" .. .. . . . ", +" .. .. ... ", +" .. .. . . . ", +" .. .. . ", +" ... .. ", +" .. .. ", +" .. ", +" .. ", +" .. ", +" .... ", +" ", +" ", +" "};