view etc/images/ezimage/box.xpm @ 74479:e3cccb27ecd2

(x_query_font): Use xstricmp instead off strcasecmp.
author Kenichi Handa <handa@m17n.org>
date Fri, 08 Dec 2006 00:56:01 +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",
"                    ",
" ...............    ",
" .++++++++++++++.   ",
" .++@@@@@@+@@@@@+.  ",
" .+@+@@@@@@+@@@@@+. ",
" .+@@++++++++++++++.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
"  .+@+@@@@@@@@@@@@+.",
".  .++@@@@@@@@@@@@+.",
"    .++++++++++++++.",
"     .............. "};