25 Aug
2007
25 Aug
'07
10:30 a.m.
Alexandre Julliard <julliard(a)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(a)winehq.org