view etc/images/separator.xpm @ 109140:3e48102ba93a

* src/atimer.c: Use "" instead of <> for local includes for consistency with the rest of the code.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 04 Jul 2010 21:57:13 -0700
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

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