view etc/images/separator.xpm @ 109120:9983eb21a9c9

Fix invalid cast * sorted-doc.c (cmpdoc): Fix signature. (qsort_compare): Delete. (main): Remove cast.
author Andreas Schwab <schwab@linux-m68k.org>
date Sat, 03 Jul 2010 14:11:03 +0200
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

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