view etc/images/separator.xpm @ 73510:2c1760046d15

(x_draw_glyph_string_foreground): Set background mode to TRANSPARENT before using overstrike to simulate bold faces.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 27 Oct 2006 22:35:49 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};