diff etc/images/gud/recstart.xpm @ 106842:ca0315d80583

Add icons for reverse debugging. (3rd attempt).
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 15 Jan 2010 11:26:27 +1300
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/images/gud/recstart.xpm	Fri Jan 15 11:26:27 2010 +1300
@@ -0,0 +1,29 @@
+/* XPM */
+static char * break_xpm[] = {
+"24 24 2 1",
+" 	c None",
+".	c #cc0033",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"          ....          ",
+"        ........        ",
+"       ..........       ",
+"      ............      ",
+"     ..............     ",
+"     ..............     ",
+"    ................    ",
+"    ................    ",
+"    ................    ",
+"    ................    ",
+"     ..............     ",
+"     ..............     ",
+"      ............      ",
+"       ..........       ",
+"        ........        ",
+"          ....          ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};