[Bug 9437] QIP window should not have WM titlebar

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 28 08:45:31 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9437





--- Comment #10 from Dmitry Timoshkov <dmitry at codeweavers.com>  2007-08-28 08:45:30 ---
> if ((wndPtr->dwStyle & (WS_CHILD | WS_POPUP)) != WS_CHILD)
>     {
>         wndPtr->dwStyle |= WS_CLIPSIBLINGS;
>         if (!(wndPtr->dwStyle & WS_POPUP))
>             wndPtr->dwStyle |= WS_CAPTION;
>     }
> 
> What is the purpose of this correction???

The purpose of this correction is to match what Windows does.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list