view etc/images/custom/right.xpm @ 109059:5c9de51f68b5

* startup.el (command-line): Recognize "0" X resource value.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 27 Jun 2010 14:11:16 -0400
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..     ",
"..       "};