[PATCH v5 1/2] user32/tests:Add test function Used to verify the child window Z order problem.

Jiajin Cui cuijiajin at uniontech.com
Mon Jun 22 04:58:31 CDT 2020


I found that the z-order of window on WIN system will not change when HWND_TOPMOST and HWND_NOTOPMOST attributes are set for the same level window with WS_CHILD style, but it will change in wine, resulting in the problem of overlapping window, so I wrote a test function to explain this problem. 

v2:
Add git log information
v3:
Move the path to fixup_flags function, only used to fix SetWindowPos function problem.
v4:
Divide a path into two pathes, better explain the prolem. and add notopmost verification
v5:
Add todo_wine to test patch[PATCH v5 1/2], and optimize fixup_flags[PATCH v5 2/2]. 

Signed-off-by: cuijiajin <cuijiajin at uniontech.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v5-0001-user32-tests-Add-test-function-Used-to-verify-the.patch
Type: application/octet-stream
Size: 3890 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200622/8007437f/attachment-0001.obj>


More information about the wine-devel mailing list