1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
emacs/etc/images/gud/run.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

37 lines
856 B
C

/* XPM */
static char * run_xpm[] = {
"24 24 9 1",
" c None",
". c #000080",
"X c #aa9faa",
"o c #b5b9b5",
"O c #808080",
"+ c #7f7f7f",
"@ c #5a60a5",
"# c #9a999a",
"$ c #616161",
" ",
" ",
" ",
" ",
" .. ",
" X.. ",
" oO+++++...@ ",
" @..... ",
" oO+++...... ",
" .@..... ",
" oO++@@...... ",
" ....@ .. ",
" .. .....@ @ ",
" @...@..@... ",
" .#..... @.. ",
" @.. #.. ",
" ..@ ",
" +.@ ",
" ..$+ ",
" .... ",
" ",
" ",
" ",
" "};