diff etc/images/gud/rfinish.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/rfinish.xpm	Fri Jan 15 11:26:27 2010 +1300
@@ -0,0 +1,33 @@
+/* XPM */
+static char * reverse_step_xpm[] = {
+"24 24 6 1",
+" 	c None",
+".	c #D40000",
+"+	c #616161",
+"@	c #2A1F55",
+"#	c #ADADAD",
+"$	c #CC9999",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"             .....      ",
+"            .     .     ",
+"           .       .    ",
+"      +@   .   @+  .    ",
+"     +@#   .   #@+ .    ",
+"     @@  .$.$.  @@ .    ",
+"     @@  $...$  @@      ",
+"     @@   ...   @@      ",
+"     @+   $.$   +@      ",
+"    @@     .     @@     ",
+"     @+         +@      ",
+"     @@         @@      ",
+"     @@         @@      ",
+"     @@         @@      ",
+"     +@#       #@+      ",
+"      +@       @+       ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};