view etc/images/ezimage/doc-minus.xpm @ 67216:fc58516afccd

Include fcntl.h. Define O_WRONLY if not defined. (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by passing it to `emacs_write'.
author Kim F. Storm <storm@cua.dk>
date Wed, 30 Nov 2005 00:04:51 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_doc_minus_xpm[] = {
"15 15 5 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #5A818B",
"#	c #FFFFFF",
"      .......  ",
"     .+++++++. ",
"    .+@@@@@@+. ",
"   .+@@@@@@+#. ",
"   .+@@@@@@+#+.",
"  .+@####@+##+.",
" .+@@@@@@@+#+. ",
" .+@@@@@@+##+. ",
".++++@@@@+#+.  ",
".+###++++##+.  ",
".+########+.   ",
".++#######+.   ",
" ..++++##+.    ",
"   ....+++.    ",
"       ...     "};