28 Aug
2007
28 Aug
'07
1:45 p.m.
http://bugs.winehq.org/show_bug.cgi?id=9437 --- Comment #10 from Dmitry Timoshkov <dmitry(a)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.