view lisp/toolbar/widen.xpm @ 56980:1c1ca003ded1

(buffer-auto-save-file-format): Make it permanent local.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 08 Sep 2004 02:44:32 +0000
parents 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * widen_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 3 1",
" 	c None",
".	c #8d4d97577838",
"X	c black",
/* pixels */
"                        ",
"                        ",
"                        ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .   XX        XX   .  ",
"  .  XX          XX  .  ",
"  . XX            XX .  ",
"  .XXXXXXXX  XXXXXXXX.  ",
"  .XXXXXXXX  XXXXXXXX.  ",
"  . XX            XX .  ",
"  .  XX          XX  .  ",
"  .   XX        XX   .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"                        ",
"                        ",
"                        "};