view etc/images/ezimage/box.xpm @ 70581:1eaae4fee224

(calendar-basic-setup): Set day to 1 in prefix arg case, to avoid view-diary-entries-initially error. Reported by Stephen Berman <Stephen.Berman at gmx.net>. (calendar-date-is-legal-p): Handle dates with no day part.
author Glenn Morris <rgm@gnu.org>
date Thu, 11 May 2006 06:57:32 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_box_xpm[] = {
"20 15 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFF993",
"                    ",
" ...............    ",
" .++++++++++++++.   ",
" .++@@@@@@+@@@@@+.  ",
" .+@+@@@@@@+@@@@@+. ",
" .+@@++++++++++++++.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
"  .+@+@@@@@@@@@@@@+.",
".  .++@@@@@@@@@@@@+.",
"    .++++++++++++++.",
"     .............. "};