view etc/images/custom/right.xpm @ 109547:05aff7edcc3d

* lwlib/xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 25 Jul 2010 23:22:32 -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..     ",
"..       "};