view etc/images/ezimage/unlock.xpm @ 69342:12e65aa88734

Declare preserve_y as a static global variable. (window_scroll_pixel_based): No longer declare preserve_y; it is global now. (syms_of_window): set preserve_y to -1.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 09 Mar 2006 03:43:23 +0000
parents 616e5cb890c3
children
line wrap: on
line source

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