view lisp/gnus/dead.xpm @ 57473:fb60234070b0

(Fcall_process): Simplify handling of display arg. Resume `display_on_the_fly' once a coding system is determined.
author Kim F. Storm <storm@cua.dk>
date Wed, 13 Oct 2004 09:50:36 +0000
parents 55fd4f77387a
children
line wrap: on
line source

/* XPM */
static char * dead_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++.+.+.+.++.",
".+++.+++.+++.",
".++.+.+.+.++.",
".+++++++++++.",
".+++++++++++.",
".+.+++++++.+.",
".++.......++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};