view etc/images/custom/right.xpm @ 95157:b419f60db46c

Seiji Zenitani <zenitani at mac.com> Ryo Yoshitake <ryo at shiftmode.net> (Qalpha): Add a new frame parameter `alpha'. (Vframe_alpha_lower_limit) : New variable. (x_set_alpha): Add function.
author Glenn Morris <rgm@gnu.org>
date Wed, 21 May 2008 03:58:41 +0000
parents e2fb0c9c7a42
children b0ca8a5b94ae
line wrap: on
line source

/* XPM */
static char * right_xpm[] = {
"10 10 4 1",
" 	c none",
".	c gray90",
"X	c gray45",
"O	c gray75",
"..        ",
"....      ",
"......    ",
"..OO....  ",
"..OOOO....",
"..OOOOXXXX",
"..OOXXXX  ",
"..XXXX    ",
".XXX      ",
".X        "};