view etc/images/separator.xpm @ 73805:6bca57b7534e

(server-start): Save also the Emacs pid in the server authentication file.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 07 Nov 2006 10:42:52 +0000
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};