24 Mar
2013
24 Mar
'13
10:24 p.m.
Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
+ case WM_WINDOWPOSCHANGING: + { + HWND parent = GetParent(hwnd); + if (parent) infoPtr->hwndNotify = parent; + return DefWindowProcW(hwnd, uMsg, wParam, lParam); + }
What if an application subclasses tab and doesn't pass WM_WINDOWPOSCHANGING to the original proc? Why not just call GetParent() every time when a notification is being sent? -- Dmitry.