view etc/images/separator.xpm @ 104556:b54f03a2c09a

* configure.in: Warn if package version specified here doesn't match the version in version.el. * configure: Regenerate.
author Ken Raeburn <raeburn@raeburn.org>
date Sun, 23 Aug 2009 02:15:00 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};