view etc/images/ezimage/lock.xpm @ 108111:69bfc9e4ceb6

Fix crash with bidi display on the last empty line (bug#6030). xdisp.c (display_line): Don't assume 2nd call to get_next_display_element cannot return zero.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 25 Apr 2010 17:42:34 +0300
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",
"     ........   ",
"    ..++++++..  ",
"    .++....++.  ",
"    .+......+.  ",
"   ..+......+.. ",
"  ..++++++++++..",
"  .++@@@@@@@@++.",
"  .+@@@@@@@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@++++@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .++++++++++++.",
"  .............."};