user32: Focus editboxes when the context menu is opened. (try 3)

Paul Vriens paul.vriens.wine at gmail.com
Sat May 1 13:49:12 CDT 2010


On 04/24/2010 10:08 PM, Vincent Povirk wrote:
> +        case WM_CAPTURECHANGED:
> +            if (hWnd != (HWND)lParam)
> +            {
> +                got_wm_capturechanged = 1;
> +                EndMenu();
> +            }
> +            break;

Hi Vincent,

EndMenu is not available on Win95 so no user32 tests are run on that 
platform at the moment.

Can we skip just this call to EndMenu on Win95, should we skip this 
whole new test (test_contextmenu_focus) on Win95 or is there an alternative?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list