view etc/images/custom/right-pushed.xpm @ 110669:1ec34887255d

Tweak temporary-file-directory on darwin systems. * lisp/files.el (temporary-file-directory): On darwin, also try DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
author Glenn Morris <rgm@gnu.org>
date Thu, 30 Sep 2010 20:57:26 -0700
parents 87681b1f74ce
children
line wrap: on
line source

/* XPM */
static char * right_pushed_xpm[] = {
"8 12 4 1",
" 	c none",
".	c gray45",
"X	c gray90",
"O	c gray60",
"..      ",
"..O.    ",
"..OOO.  ",
"..OOOOOX",
"..OOOOXX",
"..OOXX  ",
"..XX    ",
"OO      ",
"        ",
"        ",
"        ",
"        "};