view lisp/toolbar/gud-s.xpm @ 60340:f6384702a1b6

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-146 quick-install-emacs: Use mkdir --verbose only when requested 2005-03-02 Miles Bader <miles@gnu.org> * admin/quick-install-emacs: Only use the mkdir --verbose option if the script's --verbose option was specified (this avoids problems with default usage on systems where mkdir doesn't support that option).
author Miles Bader <miles@gnu.org>
date Wed, 02 Mar 2005 09:26:43 +0000
parents 01eff098e535
children f7114bba1fd4
line wrap: on
line source

/* XPM */
static char * step_xpm[] = {
"24 24 6 1",
" 	c #c0c0c0",
".	c #d40000",
"X	c #616161",
"o	c #2a1f55",
"O	c #adadad",
"+	c #cc9999",
"                        ",
"                        ",
"                        ",
"                        ",
"      .....             ",
"     .     .            ",
"    .       .           ",
"    .  Xo   .   oX      ",
"    . XoO   .   OoX     ",
"    . oo  .+.+.  oo     ",
"      oo  +...+  oo     ",
"      oo   ...   oo     ",
"      oX   +.+   Xo     ",
"     oo     .     oo    ",
"      oX         Xo     ",
"      oo         oo     ",
"      oo         oo     ",
"      oo         oo     ",
"      XoO       OoX     ",
"       Xo       oX      ",
"                        ",
"                        ",
"                        ",
"                        "};