view etc/images/custom/down.xpm @ 105376:1e211a362b04

Kevin Ryde <user42 at zip.com.au> (browse-url): Pass any symbol in browse-url-browser-function to `apply', since if you've mistakenly put an unbound symbol then the error is clearer. (Bug#4531)
author Glenn Morris <rgm@gnu.org>
date Fri, 02 Oct 2009 07:11:13 +0000
parents b0ca8a5b94ae
children 87681b1f74ce
line wrap: on
line source

/* XPM */
static char * down_xpm[] = {
"8 8 4 1",
" 	c none",
".	c gray90",
"X	c gray45",
"O	c gray75",
"........",
".OOOOOOX",
" .OOOOX ",
" .OOOOX ",
"  .OOX  ",
"  .OOX  ",
"   OX   ",
"   OX   "};