Nikolay Sivov 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
On 3/25/2013 07:34, Dmitry Timoshkov wrote:
Nikolay Sivov 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
Nikolay Sivov 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 p
On 3/25/2013 07:24, Dmitry Timoshkov wrote:
Nikolay Sivov 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
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=24822
Your paranoid android
Nikolay Sivov 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_WINDOWPOSCHANG
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=24819
Your paranoid android
I'm getting an "Internal Server Error" message when I try to access the wiki.
--
Rosanne DiMesio