[PATCH v3] user32:Fix z order error when child window want to be topmost windows

Jiajin Cui cuijiajin at uniontech.com
Tue Jun 2 22:39:12 CDT 2020


window with WS_CHILD does not need to change Z orderwhen SetWindowPos param hwndInsertAfter is HWND_TOPMOST. I wrote test program,  and found it wasn't  for specific application.  Signed-off-by: cuijiajin --- dlls/user32/tests/win.c | 88 +++++++++++++++++++++++++++++++++++++++++ dlls/user32/winpos.c    |  6 +++ 2 files changed, 94 insertions(+) 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200603/7a1fe805/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v3-0001-user32-Fix-z-order-error-when-child-window-want-t.patch
Type: application/octet-stream
Size: 4549 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200603/7a1fe805/attachment.obj>


More information about the wine-devel mailing list