[PATCH] user32: Allow WM_CAPTURECHANGE indicating SetCapture() parameter.

Alexandre Julliard julliard at winehq.org
Thu Jan 14 05:02:39 CST 2016


Christopher Thielen <cthielen at gmail.com> writes:

> dlls/comctl32/toolbar.c:	case WM_CAPTURECHANGED:
>
> Probably fine? Appears to be a ToolbarProc translating window messages into toolbar-based equivalents.

That's too superficial, you need to look into what it's doing with the
message. In this case it's clearly assuming that capture is lost, which
wouldn't be the case with your change. The same thing probably applies
to other message handlers.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list