10 Sep
2004
10 Sep
'04
9:27 p.m.
ChangeSet ID: 13736 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/09/10 16:27:02 Modified files: windows : dialog.c dlls/user/tests: dialog.c Log message: Zach Gorman <zach(a)archetypeauction.com> Modal dialogs should not be shown via ShowWindow until the message queue first runs empty. This allows all initialization to complete before a default focus is assigned. Patch: http://cvs.winehq.org/patch.py?id=13736 Old revision New revision Changes Path 1.132 1.133 +11 -5 wine/windows/dialog.c 1.7 1.8 +5 -5 wine/dlls/user/tests/dialog.c