]> git.eshelyaron.com Git - emacs.git/commitdiff
Old gud-break icon.
authorNick Roberts <nickrob@snap.net.nz>
Tue, 15 Nov 2005 11:53:23 +0000 (11:53 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 15 Nov 2005 11:53:23 +0000 (11:53 +0000)
Use for interrupting inferior.

etc/images/gud/stop.pbm [new file with mode: 0644]
etc/images/gud/stop.xpm [new file with mode: 0644]

diff --git a/etc/images/gud/stop.pbm b/etc/images/gud/stop.pbm
new file mode 100644 (file)
index 0000000..ff28ff8
Binary files /dev/null and b/etc/images/gud/stop.pbm differ
diff --git a/etc/images/gud/stop.xpm b/etc/images/gud/stop.xpm
new file mode 100644 (file)
index 0000000..decfb90
--- /dev/null
@@ -0,0 +1,30 @@
+/* XPM */
+static char * stop_xpm[] = {
+"24 24 3 1",
+"      c None",
+".     c #cc0033",
+"X     c #FFFFFFFFFFFF",
+"                        ",
+"                        ",
+"       ..........       ",
+"      ............      ",
+"     ..............     ",
+"    ................    ",
+"   ..................   ",
+"  ..XX..XXX..XX..XXX..  ",
+"  .X..X..X..X..X.X..X.  ",
+"  .X.....X..X..X.X..X.  ",
+"  .X.....X..X..X.X..X.  ",
+"  ..X....X..X..X.X..X.  ",
+"  ...X...X..X..X.XXX..  ",
+"  ....X..X..X..X.X....  ",
+"  ....X..X..X..X.X....  ",
+"  .X..X..X..X..X.X....  ",
+"  ..XX...X...XX..X....  ",
+"   ..................   ",
+"    ................    ",
+"     ..............     ",
+"      ............      ",
+"       ..........       ",
+"                        ",
+"                        "};