view etc/images/ezimage/lock.xpm @ 105756:aea3ed6946e4

* whitespace.el (whitespace-mode, whitespace-newline-mode) (global-whitespace-mode, global-whitespace-newline-mode) (whitespace-toggle-options, global-whitespace-toggle-options): Doc fix (Bug#3660).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 24 Oct 2009 21:51:03 +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",
"     ........   ",
"    ..++++++..  ",
"    .++....++.  ",
"    .+......+.  ",
"   ..+......+.. ",
"  ..++++++++++..",
"  .++@@@@@@@@++.",
"  .+@@@@@@@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@++++@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .++++++++++++.",
"  .............."};