view lisp/toolbar/lc-undo.xpm @ 64955:dfba32942470

Fix dependency bug: Wrap `desktop-buffer-mode-handlers' modification in `eval-after-load' form.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sun, 14 Aug 2005 12:40:02 +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",
"                        ",
"                        ",
"                        ",
"          +             ",
"         ++             ",
"        +@+             ",
"       +@.++++          ",
"      +@......+         ",
"     +@........+        ",
"    +...........+       ",
"     +..........++      ",
"      +..........+      ",
"       +..+++....+      ",
"        +.+ ++...+      ",
"         ++  ++..+      ",
"          +   +..+      ",
"              +..+      ",
"              +.+       ",
"             +.#+       ",
"            +..+        ",
"             ++         ",
"                        ",
"                        ",
"                        "};