user32: Initialize the focus control handle before sending WM_INITDIALOG to the dialog procedure.

Andrew Nguyen arethusa26 at gmail.com
Tue Feb 23 01:12:33 CST 2010


On Mon, Feb 22, 2010 at 10:42 PM, Andrew Nguyen <arethusa26 at gmail.com> wrote:
> The wParam value of the WM_INITDIALOG message is supposed to be the
> handle to the first tabstop control in the dialog. This fixes bug
> 21820.
> ---
>  dlls/user32/dialog.c       |    2 +-
>  dlls/user32/tests/dialog.c |   18 ++++++++++++++++++
>  2 files changed, 19 insertions(+), 1 deletions(-)
>

Please ignore this patch, as I neglected to run the unit tests on
Wine. I will send a better one.



More information about the wine-patches mailing list