Joshua Thielen <[EMAIL PROTECTED]> writes:

> I don't know if this is related to the bug Anthony
> encountered, but why does WINPOS_GetWinOffset() use a
> goto when it adds the offset of a parent window from
> another process? Shouldn't the server request
> 'get_window_parents' be used to retrieve all of the
> parent windows from other processes? Or can there only
> be one parent from another process?

The get_windows_offset request will take all the parents into account
in a single call. This is to avoid having to do a separate server call
for each parent that belong to another process.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to