view etc/custom/down.xpm @ 1439:dea9705187d3

[xemacs-hg @ 2003-05-01 02:29:00 by youngs] 2003-05-01 Steve Youngs <youngs@xemacs.org> * package-get.el (package-get-require-signed-base-updates): Force default to nil while I sort out some PGP problems.
author youngs
date Thu, 01 May 2003 02:29:00 +0000
parents 43dd3413c7c7
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char * down_xpm[] = {
"10 10 5 1",
" 	c Gray90",
".	c Gray90",
"X	c Gray40",
"o	c none",
"O	c Gray75",
"          ",
"..      XX",
"o..OOOOXXo",
"o..OOOOXXo",
"oo..OOXXoo",
"oo..OOXXoo",
"ooo..XXooo",
"ooo..XXooo",
"oooo.Xoooo",
"oooo.Xoooo"};