From de0abe8c694031dc279bfaa3e4d8c9d90188a43b Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sat, 17 May 2003 23:28:38 +0000 Subject: [PATCH] New icons for debugger. --- lisp/toolbar/gud-nexti.pbm | Bin 0 -> 81 bytes lisp/toolbar/gud-nexti.xpm | 33 +++++++++++++++++++++++++++++++++ lisp/toolbar/gud-stepi.pbm | Bin 0 -> 81 bytes lisp/toolbar/gud-stepi.xpm | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 lisp/toolbar/gud-nexti.pbm create mode 100644 lisp/toolbar/gud-nexti.xpm create mode 100644 lisp/toolbar/gud-stepi.pbm create mode 100644 lisp/toolbar/gud-stepi.xpm diff --git a/lisp/toolbar/gud-nexti.pbm b/lisp/toolbar/gud-nexti.pbm new file mode 100644 index 0000000000000000000000000000000000000000..ecad2965b0d01f7a7e2d2ea95e27a4b4401004ad GIT binary patch literal 81 zcmWGA;W9E&Ff!p{KmyGF8CVz^I2atDXkq~4j0em-57^ioc$k5RfsKuUnTLUK1_Q$c IByC_O0IKQpR4hbM)V=!Q5NMLL@z|hcu IqzTFd0FY1#A^-pY literal 0 HcmV?d00001 diff --git a/lisp/toolbar/gud-stepi.xpm b/lisp/toolbar/gud-stepi.xpm new file mode 100644 index 00000000000..d2667fc70b6 --- /dev/null +++ b/lisp/toolbar/gud-stepi.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * gud_stepi_xpm[] = { +"24 24 5 1", +" c #C0C0C0C0C0C0", +". c #D4D400000000", +"X c #616161616161", +"o c #2A2A1F1F5555", +"O c #CCCC99999999", +" ", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" . . ", +" . X . X ", +" . Xo .O.O. oX ", +" Xo O...O oX ", +" Xo ... oX ", +" Xo O.O oX ", +" oX . Xo ", +" oX Xo ", +" oX Xo ", +" oX Xo ", +" o o ", +" ", +" ", +" ", +" ", +" ", +" "}; -- 2.39.5