view etc/images/separator.xpm @ 84816:4d1c866492b0

(gc_sweep): Check cons cell mark bits word by word and optimize the case where they are all 1.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Sep 2007 15:37:13 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};