view etc/images/custom/down.xpm @ 112448:9e4388bac77b

* etc/images/README: Add 2011 to copyright years for (un)checked.xpm.
author Glenn Morris <rgm@gnu.org>
date Sun, 23 Jan 2011 17:30:35 -0800
parents 2c9f719ae74b
children
line wrap: on
line source

/* XPM */
static char * down_xpm[] = {
"9 9 4 1",
" 	c none",
".	c black",
"x	c gray45",
"+	c white",
".........",
".x+++++x.",
" .+++++. ",
" .x+++x. ",
"  .+++.  ",
"  .x+x.  ",
"   .+.   ",
"   .x.   ",
"    .    "};