view etc/images/widen.xpm @ 65765:444ba3362b80

* speedbar.el: Re-apply arch tag. (speedbar-version): Renamed to version 1.0. Suggested by Eric M. Ludlam. Reapply two changes from Emacs CVS' version of speedbar lost during the merge: (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library. (speedbar-frame-parameters): Improve customize type.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 01 Oct 2005 03:01:42 +0000
parents 7b615e6c0ea5
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   .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"                        ",
"                        ",
"                        "};