view etc/images/separator.xpm @ 79064:5299839279f5

(url-basepath): Function deleted. (url-file-directory, url-file-nondirectory): New functions replacing url-basepath. Callers changed.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Oct 2007 14:02:50 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};