view etc/images/ezimage/lock.xpm @ 82015:0795e1e56274

(math-emacs-precision, math-largest-emacs-expt) (math-smallest-emacs-expt): New variables. (math-use-emacs-fn): New function. (math-exp-raw): Evaluate with `math-use-emacs-fn', when appropriate.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sun, 22 Jul 2007 03:33:02 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * lock_xpm[] = {
"16 16 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFF993",
"     ........   ",
"    ..++++++..  ",
"    .++....++.  ",
"    .+......+.  ",
"   ..+......+.. ",
"  ..++++++++++..",
"  .++@@@@@@@@++.",
"  .+@@@@@@@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@++++@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .++++++++++++.",
"  .............."};