view etc/images/custom/right.xpm @ 108226:9f224ef51d16

* s/hpux10-20.h (LIB_STANDARD): New definition. * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based on it, not used anymore.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 03 May 2010 19:51:49 -0700
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..     ",
"..       "};