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
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to