view etc/images/separator.xpm @ 72450:466083d03cb4

(run-with-idle-timer): Pass t to timer-activate-when-idle, so timer can run before Emacs becomes non-idle again.
author Richard M. Stallman <rms@gnu.org>
date Sun, 20 Aug 2006 12:16:26 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};