view etc/images/custom/down.xpm @ 111452:457fd361982f

gnus-art.el (org-entities): Bind it.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 10 Nov 2010 01:25:17 +0000
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.   ",
"    .    "};