Hi,

Here is the corrected patch with a #ifdef to compile on all platforms.

Cheers,

On Mon, Feb 1, 2010 at 10:01 AM, Serge Lages <[email protected]> wrote:

> 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 <[email protected]>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
>> [email protected]
>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>>
>
>
>
> --
> Serge Lages
> http://www.tharsis-software.com
>



-- 
Serge Lages
http://www.tharsis-software.com

Attachment: MovieData.cpp
Description: Binary data

_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to