Window management thoughts

Paul Davis paul at linuxaudiosystems.com
Tue Apr 6 19:26:08 CDT 2004


>On Tue, 06 Apr 2004 11:25:13 -0400, Dimitrie O. Paun wrote:
>> But this, I'm afraid, besides the point. This entire discussion assumes
>> that the Win32 windows are mapped to X windows. If IIRC, Alexandre was
>> saying that we need to switch back to the old ways, where we handle most
>> of the windowing code. In which case I guess a lot of this will go away.
>
>I should have clarified things a bit: as far as I know the WM rewrite is
>about using X windows only for toplevel win32 windows, and not using X
>child windows for win32 child windows. The managed/unmanaged thing is only
>relevant to toplevel windows. So I think they are separate though it'd be
>nice for Alexandre to clarify exactly what the WM rewrite will affect and
>entail.

please keep in mind that for win32 plugin support (VST, DX etc), we
need to be able to reparent the HWND provided to the plugin for its
"editor". don't know if this has any relevance to this
discussion. right now, we fetch the __wine_x11_whole_window atom using
GetProp, and then use that in a call to XReparentWindow.

--p



More information about the wine-devel mailing list