view etc/images/ezimage/unlock.xpm @ 104077:3abca9a8122f

* dispnew.c (init_display): Use Qx, Qw32, and Qns. * xterm.c (x_term_init): Use Qx.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 26 Jul 2009 23:09:44 +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",
" .......        ",
"..+++++..       ",
".++...++.       ",
".+.....+.       ",
".+.....+........",
"....++++++++++..",
"  .++@@@@@@@@++.",
"  .+@@@@@@@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@++++@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .++++++++++++.",
"  .............."};