view lisp/toolbar/lc-undo.xpm @ 63914:402efef82fd9

(*EDT-keys*, edt-default-global-map, edt-last-copied-word, edt-learn-macro-count, edt-orig-page-delimiter, edt-orig-transient-mark-mode, edt-rect-start-point, edt-user-global-map, rect-start-point, time-string, zmacs-region-stays): `defvar' to silence the byte-compiler.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 02 Jul 2005 14:01:11 +0000
parents e3fc28ed75ac
children
line wrap: on
line source

/* XPM */
static char * undo2_xpm[] = {
"24 24 5 1",
" 	c None",
".	c #D3B354",
"+	c #000100",
"@	c #FFFFFF",
"#	c #6B6B66",
"                        ",
"                        ",
"                        ",
"          +             ",
"         ++             ",
"        +@+             ",
"       +@.++++          ",
"      +@......+         ",
"     +@........+        ",
"    +...........+       ",
"     +..........++      ",
"      +..........+      ",
"       +..+++....+      ",
"        +.+ ++...+      ",
"         ++  ++..+      ",
"          +   +..+      ",
"              +..+      ",
"              +.+       ",
"             +.#+       ",
"            +..+        ",
"             ++         ",
"                        ",
"                        ",
"                        "};