From: root Date: Mon, 16 Jan 2006 16:19:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0a8aa39573a23ee06697a8167a93379f1122095d;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/misc.C b/src/misc.C index d2ca864e..97c4215a 100644 --- a/src/misc.C +++ b/src/misc.C @@ -551,7 +551,7 @@ rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int { int shadow; - shadow = (w == 0 || h == 0) ? 1 : MENU_SHADOW; + shadow = (w == 0 || h == 0) ? 1 : 2; w += x - 1; h += y - 1; for (; shadow-- > 0; x++, y++, w--, h--)