view etc/images/separator.xpm @ 74220:ae3e88b9ef1b

(w32_msg_worker): Declare correctly. (w32_initialize): Don't cast w32_msg_worker.
author Jason Rumney <jasonr@gnu.org>
date Mon, 27 Nov 2006 10:00:28 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};