view etc/images/custom/right.xpm @ 108440:e79d23254789

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 28 Mar 2010 11:41:31 +0000
parents 2c9f719ae74b
children
line wrap: on
line source

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