view lisp/gnus/forced.xpm @ 57982:641cb7192482

Don't call define-fringe-bitmap if the display doesn't support images.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 Nov 2004 16:07:10 +0000
parents 55fd4f77387a
children
line wrap: on
line source

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