view etc/images/separator.xpm @ 108772:18375bd11244

Do not include config.h in src/Makefile.in. * src/Makefile.in (NOT_C_CODE): No longer define. (config.h): No longer include.
author Glenn Morris <rgm@gnu.org>
date Mon, 24 May 2010 21:17:52 -0700
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

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