gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash/backend render_handler.h


From: Udo Giacomozzi
Subject: Re: [Gnash-commit] gnash/backend render_handler.h
Date: Tue, 17 Apr 2007 10:37:05 +0200

UG>         better description for drawVideoFrame()

Regarding the drawVideoFrame() parameters list it mostly makes sense
but it seems rather strange to me to use a Range2d to just pass width
and height. In video_frame_instance it is created like this:

  rect bounds(0.0f, 0.0f, PIXELS_TO_TWIPS(m_def->m_width), 
PIXELS_TO_TWIPS(m_def->m_height));

I suggest we just pass width and height as normal "double" parameters.
What do you think?

Udo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]