OLE clipping

Mike Hearn m.hearn at signal.qinetiq.com
Mon May 19 06:12:28 CDT 2003


Unfortunately it seems this "fix" did not fix my app at all, only the
test case. Any other tips you might have on where the bug might be would
be most appreciated.

thanks -mike

On Fri, 2003-05-16 at 18:08, Ulrich Czekalla wrote:
> Hmmm that's not right. It makes me suspect even more that it's a z-order
> issue. Perhaps over the weekend I'll take a stab at it.
> 
> /Ulrich
> 
> On Fri, 2003-05-16 at 11:51, Mike Hearn wrote:
> > Hmmm, as a follow up, changing 
> > 
> > if ((flags & DCX_CLIPCHILDREN) && (mode != ClipByChildren))
> > 
> > to
> > 
> > if (flags & DCX_CLIPCHILDREN)  
> > 
> > in get_visible_region fixes it. I assume altering the assignment in
> > GetDC would have the same effect. 
> > 
> > I think this is what you were talking about earlier with Wine vs X11
> > clipping.... it seems in this case leaving it up to X doesn't work. I
> > don't understand enough about this area to submit a proper patch though,
> > so I just thought I'd let you know what change fixed the problem.
> > 
> > thanks -mike
-- 
Mike Hearn <m.hearn at signal.qinetiq.com>
QinetiQ - Malvern Technology Center




More information about the wine-devel mailing list