--- rxvt-unicode/src/misc.C 2005/08/05 16:42:44 1.28 +++ rxvt-unicode/src/misc.C 2006/01/03 02:43:33 1.30 @@ -555,7 +555,7 @@ { int shadow; - shadow = (w == 0 || h == 0) ? 1 : SHADOW; + shadow = (w == 0 || h == 0) ? 1 : MENU_SHADOW; w += x - 1; h += y - 1; for (; shadow-- > 0; x++, y++, w--, h--) @@ -611,7 +611,7 @@ } #endif -// should nto be use din interactive programs, for obvious reasons +// should not be used in interactive programs, for obvious reasons void rxvt_usleep (int usecs) { #if HAVE_NANOSLEEP