view etc/images/separator.xpm @ 110459:7ea64e427cb0

* src/doprnt.c: Do not include stdlib.h, config.h does it. Move #include before macro definition.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 21 Sep 2010 14:03:34 +0300
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

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