From 2bdf72ace436d85fda04473b10676e5f7b1a9e36 Mon Sep 17 00:00:00 2001 From: Kevin Koch Date: Wed, 1 Aug 2007 20:55:04 +0000 Subject: [PATCH] [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 --- src/windows/identity/ui/credwnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.26.2