view etc/images/separator.xpm @ 101692:e9aa71a1b711

(vc-dir-mouse-map): New keymap. (vc-default-dir-printer): Use it locally. (vc-dir-find-file-other-window): Allow mouse events.
author Nick Roberts <nickrob@snap.net.nz>
date Sat, 31 Jan 2009 02:18:21 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};