From: Kevin Koch Date: Wed, 1 Aug 2007 20:55:04 +0000 (+0000) Subject: [Usability] Tell the code that the watermark (large NIM icon in lower right corner... X-Git-Tag: kfw-3.2.1-beta1~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2bdf72ace436d85fda04473b10676e5f7b1a9e36;p=krb5.git [Usability] Tell the code that the watermark (large NIM icon in lower right corner) is never on the display Ticket: 5609 Tags: pullup Target_Version: 1.6.3 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19744 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/identity/ui/credwnd.c b/src/windows/identity/ui/credwnd.c index d72d1693e..a3c50dbdb 100644 --- a/src/windows/identity/ui/credwnd.c +++ b/src/windows/identity/ui/credwnd.c @@ -2271,7 +2271,7 @@ cw_erase_rect(HDC hdc, rlogo.right = r_wnd->right; rlogo.top = r_wnd->bottom - tbl->kbm_logo_shade.cy; rlogo.bottom = r_wnd->bottom; - rie = IntersectRect(&ri, r_erase, &rlogo); + rie = FALSE; /* Don't show watermark. */ } else { ZeroMemory(&rlogo, sizeof(rlogo)); ZeroMemory(&ri, sizeof(ri));