pull up r19629 from trunk
authorTom Yu <tlyu@mit.edu>
Thu, 9 Aug 2007 22:11:57 +0000 (22:11 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 9 Aug 2007 22:11:57 +0000 (22:11 +0000)
commitbfae59c75dd21a674447969542f03cb99fe8a628
tree27c8d3bc761c6d482f5acd6e8f6942cfc594e49d
parentb4c8ffd6e86ca0b3742ee0449e3d2435ea8d1249
pull up r19629 from trunk

 r19629@cathode-dark-space:  jaltman | 2007-06-22 15:00:27 -0400
 ticket: 5584

 Be more aggressive about forcing the new credentials dialog to the
 top.

 Many applications call GSSAPI functions from the main GUI thread.
 Doing so blocks the window message pump for that application.  When
 the GSSAPI call results in the new credentials dialog being displayed,
 it will be unable to bring itself to the top and grab the user input
 focus because the foreground window is not responding.  This patch
 makes the new credentials window a top-most window at creation time
 that results in it being created at the top of the Z-order.  It can
 then flash the window to indicate that it requires user attention.

ticket: 5584

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19787 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/identity/ui/newcredwnd.c
src/windows/identity/ui/newcredwnd.h