Regression at #9443 - caused by "winex11: Force a window to managed mode when it is activated"

Alexandre Julliard julliard at winehq.org
Sat Aug 25 04:30:28 CDT 2007


Alexandre Julliard <julliard at winehq.org> writes:

> What you should do is either figure out if there's a way to make that
> window behave properly while still keeping it managed, or if not,
> whether there's a way to identify that kind of windows to prevent them
> from getting managed at all.

In this case it turned out to be easy, the window is WS_CHILD and so
is not supposed to be activated, all we have to do is skip the
activation check in that case. I'll put in a fix.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list