view etc/images/ezimage/key.xpm @ 78464:7819402a9963

Use window-full-width-p instead of comparing frame-width and window-width.
author Martin Rudalics <rudalics@gmx.at>
date Wed, 08 Aug 2007 05:51:36 +0000
parents 616e5cb890c3
children
line wrap: on
line source

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