Bug in WINPOS_GetWinOffset? (was Possible Fix?)

Alexandre Julliard julliard at winehq.com
Thu Jul 18 20:09:26 CDT 2002


Joshua Thielen <joshua_thielen at yahoo.com> 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
julliard at winehq.com



More information about the wine-devel mailing list