view lisp/gnus/forced.xpm @ 57974:be8ba6e58a49

(hide-body): Don't hide lines at the top of the file that precede the first header line.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 Nov 2004 12:10:38 +0000
parents 55fd4f77387a
children
line wrap: on
line source

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