1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
emacs/etc/images/gud/down.xpm
Bill Wohler c7ddd70103 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
* toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
* toolbar/gud-down.*: Moved to etc/images/gud/down.*.
* toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
* toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
* toolbar/gud-n.*: Moved to etc/images/gud/n.*.
* toolbar/gud-print.*: Moved to etc/images/gud/print.*.
* toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
* toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
* toolbar/gud-run.*: Moved to etc/images/gud/run.*.
* toolbar/gud-si.*: Moved to etc/images/gud/si.*.
* toolbar/gud-s.*: Moved to etc/images/gud/s.*.
* toolbar/gud-until.*: Moved to etc/images/gud/until.*.
* toolbar/gud-up.*: Moved to etc/images/gud/up.*.
* toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.

* progmodes/gud.el (gud-tool-bar-map): Renamed the images
  appropriately (for example, gud-break to gud/break).
2005-10-15 05:41:11 +00:00

42 lines
1011 B
C

/* XPM */
static char * down_xpm[] = {
"24 24 14 1",
" c None",
". c #000000000000",
"X c #7F7F7F7F7F7F",
"o c #2D2D2D2D2D2D",
"O c #616161616161",
"+ c #FFFFCCCC6666",
"@ c #929255550000",
"# c #696969696969",
"$ c #6D6DAAAAFFFF",
"% c #49495555AAAA",
"& c #333333339999",
"* c #434343434343",
"= c #6666FFFF6666",
"- c #4949AAAA5555",
" ",
" ",
" ",
" ",
" . ",
" . ",
" . ",
" . . . ",
" X...X ",
" ... ",
" oooooooooooX.X ",
" O+++++++++O . ",
" .@@@@@@@@@. ",
" ............... ",
" #$%$$$$$$$$$%$# ",
" o%&%%%%%%%%%&%o ",
" ............... ",
" *===========* ",
" o-----------. ",
" o............ ",
" ",
" ",
" ",
" "};