projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
decd662
)
[Usability] Tell the code that the watermark (large NIM icon in lower right corner...
author
Kevin Koch
<kpkoch@mit.edu>
Wed, 1 Aug 2007 20:55:04 +0000
(20:55 +0000)
committer
Kevin Koch
<kpkoch@mit.edu>
Wed, 1 Aug 2007 20:55:04 +0000
(20:55 +0000)
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
patch
|
blob
|
history
diff --git
a/src/windows/identity/ui/credwnd.c
b/src/windows/identity/ui/credwnd.c
index d72d1693e5d91a72b918578f629f848f7a32ed30..a3c50dbdbc1ed32bb2d2acf9e3a4a0c331bbe910 100644
(file)
--- 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;
\r
rlogo.top = r_wnd->bottom - tbl->kbm_logo_shade.cy;
\r
rlogo.bottom = r_wnd->bottom;
\r
- rie =
IntersectRect(&ri, r_erase, &rlogo);
\r
+ rie =
FALSE; /* Don't show watermark. */
\r
} else {
\r
ZeroMemory(&rlogo, sizeof(rlogo));
\r
ZeroMemory(&ri, sizeof(ri));
\r