Hi Guys,

Sorry for this one, I'll try on windows if GetRegionBounds works and
resubmit a patch.

Cheers,

On Mon, Feb 1, 2010 at 9:37 AM, Ulrich Hertlein <u.hertl...@sandbox.de>wrote:

> Hi Stephan,
>
> On 30/01/10 19:30 , Stephan Huber wrote:
> > Am 30.01.10 04:38, schrieb Ulrich Hertlein:
> >> I'm not too familiar with QT/QD anyhow so I thought I'd flag it here
> instead.
> >
> > It seems, that the last submission for the quicktime plugin was tested
> > only on windows.
> >
> > can you try to replace the offending line from
> >
> > Rect bounds = (*GetMovieBoundsRgn(_movie))->rgnBBox;
> >
> > to
> >
> > Rect bounds;
> > GetRegionBounds(GetMovieBoundsRgn(_movie), &bounds);
>
> I can confirm that that compiles and runs fine.
> Does that need to be #ifdef'd for OS X or should that work cross platform?
>
> Cheers,
> /ulrich
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
Serge Lages
http://www.tharsis-software.com
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to