Re: Resend: CW: Progress control creation fixes
On Sun, Feb 03, 2002 at 06:48:00PM +0800, Dmitry Timoshkov wrote:
Hello.
This is a part of the big CodeWeavers' patch, adapted for current CVS.
Changelog: Dmitry Timoshkov <dmitry(a)codeweavers.com> Moved style correcting code to the WM_CREATE handler and added clearing of WS_EX_CLIENTEDGE and WS_EX_WINDOWEDGE as in Windows. Added SetWindowPos(SWP_FRAMECHANGED) to make changes take effect. "Moved" ? I can only see an addition here... You might want to check your patch.
-- Andreas Mohr Stauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604 http://home.nexgo.de/andi.mohr/
"Andreas Mohr" <andi(a)rhlx01.fht-esslingen.de> wrote:
"Moved" ? I can only see an addition here... You might want to check your patch.
What this part of patch is supposed to do then? switch(message) { - case WM_NCCREATE: + case WM_CREATE: -- Dmitry.
On Sun, Feb 03, 2002 at 07:25:23PM +0800, Dmitry Timoshkov wrote:
"Andreas Mohr" <andi(a)rhlx01.fht-esslingen.de> wrote:
"Moved" ? I can only see an addition here... You might want to check your patch.
What this part of patch is supposed to do then?
switch(message) { - case WM_NCCREATE: + case WM_CREATE: Err, I'm sure it is supposed to do nothing :)
Damn, I must be blind indeed. -- Andreas Mohr Stauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604 http://home.nexgo.de/andi.mohr/
participants (2)
-
Andreas Mohr -
Dmitry Timoshkov