From 02389254fab858a2cb119fc36dbbfb337dcdd1cb Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 5 Jun 2005 08:04:35 +0000 Subject: [PATCH] Icon for GUD to print dereferenced value --- lisp/toolbar/gud-pstar.pbm | Bin 0 -> 81 bytes lisp/toolbar/gud-pstar.xbm | 10 ++++++++++ lisp/toolbar/gud-pstar.xpm | 29 +++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 lisp/toolbar/gud-pstar.pbm create mode 100644 lisp/toolbar/gud-pstar.xbm create mode 100644 lisp/toolbar/gud-pstar.xpm diff --git a/lisp/toolbar/gud-pstar.pbm b/lisp/toolbar/gud-pstar.pbm new file mode 100644 index 0000000000000000000000000000000000000000..1f5967107a095e48924d593720d5bb877f581b74 GIT binary patch literal 81 wcmWGA;W9E&Ff!p{zy-<~7_1u@3_BPMS1}mQ0h1jJ)(i}03=9S^RDsY808DxaB>(^b literal 0 HcmV?d00001 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", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ... ", +" ... ... ", +" .. .. . ", +" .. .. . . . ", +" .. .. ... ", +" .. .. . . . ", +" .. .. . ", +" ... .. ", +" .. .. ", +" .. ", +" .. ", +" .. ", +" .... ", +" ", +" ", +" "}; -- 2.39.5