view etc/images/separator.xpm @ 75501:f63d37162a0d

Use a variable, XFT_LIBS, instead #define LIB_X11_LIB.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 29 Jan 2007 07:59:50 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};