view etc/images/ezimage/box.xpm @ 101421:112b0c79b63d

* font.c (font_parse_xlfd): Handle patterns of length < 2.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 24 Jan 2009 03:17: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",
"                    ",
" ...............    ",
" .++++++++++++++.   ",
" .++@@@@@@+@@@@@+.  ",
" .+@+@@@@@@+@@@@@+. ",
" .+@@++++++++++++++.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
"  .+@+@@@@@@@@@@@@+.",
".  .++@@@@@@@@@@@@+.",
"    .++++++++++++++.",
"     .............. "};