gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Gnash over Framebuffer + GPM input


From: R&D4
Subject: Re: [Gnash-dev] Gnash over Framebuffer + GPM input
Date: Thu, 18 Jan 2007 14:51:10 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

Thanks for your clarification Bastiaan! :-)

Bastiaan Jacques wrote:
>> The coordinates should
>> be in pixels on the screen or somehow scaled?
> 
> In pixels on the screen, divided by the current scale. (This is missing
> from some GUIs currently.) However, is scaling even implemented in the
> FB GUI?
> 

AFAIK scaling is implemented for FB but (in release 0.7.2 that I'm
using) I have to add a call to:

gnash::Gui::resize_view(m_stage_width, m_stage_height);

in FBGui::run() to "apply" scaling, and it works!
(idea "stolen" from here
http://lists.gnu.org/archive/html/gnash-dev/2006-12/msg00108.html)


Regards,

Andrea




reply via email to

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