ChangeSet ID: 20116
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/12 05:09:40
Modified files:
dlls/x11drv : winpos.c
dlls/user/tests: msg.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Add a test for ShowWindow(SW_SHOWMAXIMIZED) called for a not visible
overlapped window, which shows that WM_SHOWWINDOW is not sent in that
case and that it should activate a window and bring it to top.
Patch: http://cvs.winehq.org/patch.py?id=20116
Old revision New revision Changes Path
1.136 1.137 +1 -1 wine/dlls/x11drv/winpos.c
1.89 1.90 +48 -0 wine/dlls/user/tests/msg.c