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@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" andi@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:
On Sun, Feb 03, 2002 at 07:25:23PM +0800, Dmitry Timoshkov wrote:
"Andreas Mohr" andi@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.