gerard patel <[EMAIL PROTECTED]> writes:
> Could you elaborate a bit ?
Well, the idea is simply to create one X window for every window
(top-level or child), and then fix all the bugs this introduces...
Then we can depend on X for instance to compute child windows
clipping, or to direct messages to the right window without having to
search which window the mouse is in.
> I would like to solve one day the problem of windows with either width
> or height = 0 and I wonder how it will be possible in this case...
That's a different problem. What we need for that is to unmap the X
window when its size is changed to 0, and fix the places that assume
that WS_VISIBLE implies that the X window is mapped.
--
Alexandre Julliard
[EMAIL PROTECTED]