diff options
-rw-r--r-- | etc/images/gud/stop.pbm | bin | 0 -> 81 bytes | |||
-rw-r--r-- | etc/images/gud/stop.xpm | 30 |
2 files changed, 30 insertions, 0 deletions
diff --git a/etc/images/gud/stop.pbm b/etc/images/gud/stop.pbm Binary files differnew file mode 100644 index 00000000000..ff28ff8649f --- /dev/null +++ b/etc/images/gud/stop.pbm diff --git a/etc/images/gud/stop.xpm b/etc/images/gud/stop.xpm new file mode 100644 index 00000000000..decfb9050b9 --- /dev/null +++ b/etc/images/gud/stop.xpm @@ -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.... ", +" .................. ", +" ................ ", +" .............. ", +" ............ ", +" .......... ", +" ", +" "}; |