view lisp/toolbar/gud-next.xpm @ 49968:80ed3e75ba10

(read-envvar-name): Decode names. (substitute-env-vars): Use eval-when-compile and char class. (setenv): Doc fix. Encode the data (after checking that's possible). (getenv): Encode the name and decode the result.
author Dave Love <fx@gnu.org>
date Mon, 24 Feb 2003 22:51:41 +0000
parents 9c5f4d80a59c
children
line wrap: on
line source

/* XPM */
static char * next_xpm[] = {
"24 24 7 1",
" 	c #c0c0c0",
".	c #cc0033",
"X	c #616161",
"o	c #2a1f55",
"O	c #adadad",
"+	c #d40000",
"@	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           ",
"                        ",
"                        ",
"                        ",
"                        "};