diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-11-15 11:57:24 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-11-15 11:57:24 +0000 |
commit | 34df62f80eb5f0d7abe010c0f4ace879036f6113 (patch) | |
tree | 8f3bdceec397f55d2621554e1d9912b8d67c2928 /etc | |
parent | 482827dd37d90547eadaaeb5cfc8f8008d1bb03f (diff) | |
download | emacs-34df62f80eb5f0d7abe010c0f4ace879036f6113.tar.gz |
Make more intuitive.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/images/gud/break.pbm | bin | 81 -> 81 bytes | |||
-rw-r--r-- | etc/images/gud/break.xpm | 31 | ||||
-rw-r--r-- | etc/images/gud/remove.pbm | bin | 81 -> 130 bytes | |||
-rw-r--r-- | etc/images/gud/remove.xpm | 45 |
4 files changed, 37 insertions, 39 deletions
diff --git a/etc/images/gud/break.pbm b/etc/images/gud/break.pbm Binary files differindex ff28ff8649f..e1ffbddc1b6 100644 --- a/etc/images/gud/break.pbm +++ b/etc/images/gud/break.pbm diff --git a/etc/images/gud/break.xpm b/etc/images/gud/break.xpm index 2ffc2748271..341a5d743ad 100644 --- a/etc/images/gud/break.xpm +++ b/etc/images/gud/break.xpm @@ -1,30 +1,29 @@ /* XPM */ -static char * stop_xpm[] = { -"24 24 3 1", +static char * break_xpm[] = { +"24 24 2 1", " c None", -". c #F8F810104040", -"X c #F8F8FCFCF8F8", +". c #cc0033", " ", " ", +" ", +" ", +" .... ", +" ........ ", " .......... ", " ............ ", " .............. ", +" .............. ", +" ................ ", " ................ ", -" .................. ", -" ..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.... ", -" .................. ", " ................ ", +" ................ ", +" .............. ", " .............. ", " ............ ", " .......... ", +" ........ ", +" .... ", +" ", +" ", " ", " "}; diff --git a/etc/images/gud/remove.pbm b/etc/images/gud/remove.pbm Binary files differindex 516bec1f785..9940b338ead 100644 --- a/etc/images/gud/remove.pbm +++ b/etc/images/gud/remove.pbm diff --git a/etc/images/gud/remove.xpm b/etc/images/gud/remove.xpm index 5f38bd416ed..0c301f5e364 100644 --- a/etc/images/gud/remove.xpm +++ b/etc/images/gud/remove.xpm @@ -1,31 +1,30 @@ /* XPM */ -static char * go_xpm[] = { -"24 24 4 1", +static char * clear_xpm[] = { +"24 24 3 1", " c None", -". c #000080800000", -"X c #FFFFFFFFFFFF", -"o c #F8F8FCFCF8F8", +". c #cc0033", +"X c #F0F0F0", " ", " ", +" ", +" ", +" .... ", +" ........ ", " .......... ", -" ............ ", -" .............. ", -" ................ ", -" .................. ", -" ......XX...oo....... ", -" .....X..X.o..o...... ", -" .....X....o..o...... ", -" .....X....o..o...... ", -" .....X....o..o...... ", -" .....X.XX.o..o...... ", -" .....X..X.o..o...... ", -" .....X..X.o..o...... ", -" .....X..X.o..o...... ", -" ......XX...oo....... ", -" .................. ", -" ................ ", -" .............. ", -" ............ ", +" .XX......XX. ", +" ...XX....XX... ", +" ....XX..XX.... ", +" ......XXXX...... ", +" .......XX....... ", +" ......XXXX...... ", +" .....XX..XX..... ", +" ...XX....XX... ", +" ..XX......XX.. ", +" .X........X. ", " .......... ", +" ........ ", +" .... ", +" ", +" ", " ", " "}; |