view etc/images/custom/down.xpm @ 107405:bc371c4be819

Close bug#5720. * Makefile.in, lib-src/Makefile.in (uninstall): Handle the case where archlibdir does not exist.
author Glenn Morris <rgm@gnu.org>
date Wed, 17 Mar 2010 22:17:11 -0700
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.   ",
"    .    "};