Martin Fuchs <[EMAIL PROTECTED]> writes:
> The problem is not just my application. The problem exists with any
> application, that tries to register a shell window, for example the original
> MS explorer or GeoShell. Handling it with catching WM_MOUSEACTIVATE would be
> possible, yes. But that
On Tue 7. October 2003 22:15, Alexandre Julliard wrote:
> Martin Fuchs <[EMAIL PROTECTED]> writes:
> > When trying to get my explorer clone to work on Wine, I found this way to
> > make it work in Wine's desktop mode. I am also not really sure if this is
> > the only or the best way to do it. But i
Martin Fuchs <[EMAIL PROTECTED]> writes:
> When trying to get my explorer clone to work on Wine, I found this way to make
> it work in Wine's desktop mode. I am also not really sure if this is the only
> or the best way to do it. But it works. Without this patch there exists this
> problem: Whe
> > But you did not yet insert the altered focus handling in
> set_active_window()
> > from my patch. Is this just comming next, or is there another particular
> > reason for not doing this?
>
> Well, I'm not convinced we need to do such special handling at all;
> why did you have to add that?
Th