19 Jul
2002
19 Jul
'02
1:09 a.m.
Joshua Thielen <joshua_thielen(a)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(a)winehq.com