view etc/images/custom/right.xpm @ 109560:cd9d4b014838

* src/emacs.c (Fkill_emacs): Remove return statement.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 27 Jul 2010 01:02:44 -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..     ",
"..       "};