user32: Prioritize focus for dialog owner on EndDialog.

Erich Hoover ehoover at mines.edu
Fri Sep 30 09:19:55 CDT 2011


Real Name:
    Erich Hoover

Description:
    When a dialog that has an owner closes (EndDialog), the owner
should receive the focus even if that owner is disabled.  The normal
procedure for activating windows on a close
(WINPOS_ActivateOtherWindow) always skips disabled windows.  This
patch prioritizes giving the focus to the owning window so that the
owner receives focus when EndDialog is run (whether it is disabled or
not).  The patch also includes a test sequence demonstrating this
behavior.

Changelog:
    user32: Prioritize focus for dialog owner on EndDialog.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-user32-Prioritize-focus-for-dialog-owner-on-EndDialo.patch
Type: text/x-patch
Size: 4256 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110930/219b739b/attachment.bin>


More information about the wine-patches mailing list