view etc/custom/check0.xpm @ 1037:3a01f3148bff

[xemacs-hg @ 2002-10-08 03:24:18 by youngs] 2002-09-03 John Paul Wallington <jpw@shootybangbang.com> * subr.el (with-output-to-string): Synch with GNU Emacs 21; avoids leaking temp buffers by killing rather than erasing them, and doesn't execute BODY in temporary `standard-output' buffer.
author youngs
date Tue, 08 Oct 2002 03:24:22 +0000
parents 8fc7fe29b841
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char * check0_xpm[] = {
"11 11 3 1",
" 	c #E6E6E6E6E6E6",
".	c #737373737373",
"X	c #BFBFBFBFBFBF",
"           ",
"          .",
"  XXXXXXX..",
"  XXXXXXX..",
"  XXXXXXX..",
"  XXXXXXX..",
"  XXXXXXX..",
"  XXXXXXX..",
"  XXXXXXX..",
"  .........",
" .........."};