ext Frantisek Dufka wrote:
> Eero Tamminen wrote:
>> I think the app loses focus when the screen is blanked.
>> So, the SDL app could catch screen focus events and do
>> some additional checks when that happens.
>
> Good idea, thanks.
>
>>
>> Or SDL app could always pause when it loses focus...
>>
Eero Tamminen wrote:
I think the app loses focus when the screen is blanked.
So, the SDL app could catch screen focus events and do
some additional checks when that happens.
Good idea, thanks.
Or SDL app could always pause when it loses focus...
This is good for video updates but sometime
On tor, 2006-12-14 at 11:01 +0200, ext Kimmo Hämäläinen wrote:
> On Wed, 2006-12-13 at 15:22 -0800, ext Aaron Levinson wrote:
> > On Wed, 13 Dec 2006, Johan Bilien wrote:
> >
> > > On Wed, Dec 13, 2006, Aaron Levinson wrote:
> > > > In the Maemo coding style and programming guidelines document on
On Thu, 2006-12-14 at 11:16 +0200, ext Eero Tamminen wrote:
> Hi,
>
> >> http://maemo.org/platform/docs/api/libosso/html/index.html
> >>
> >> You can register a callback with osso_hw_set_event_cb, set the
> >> system_inactivity_ind flag in the osso_hw_state_t argument.
> >
> > Will this callback b
On Thu, Dec 14, 2006 at 11:16:02AM +0200, ext Eero Tamminen wrote:
> I think the app loses focus when the screen is blanked.
> So, the SDL app could catch screen focus events and do
> some additional checks when that happens.
Right: as far as I can tell, a big black window covers the entire
screen
Hi,
>> http://maemo.org/platform/docs/api/libosso/html/index.html
>>
>> You can register a callback with osso_hw_set_event_cb, set the
>> system_inactivity_ind flag in the osso_hw_state_t argument.
>
> Will this callback be called even without processing gtk/glib loop?
> If not is there other way
ext Frantisek Dufka wrote:
> Johan Bilien wrote:
>>
>> http://maemo.org/platform/docs/api/libosso/html/index.html
>>
>> You can register a callback with osso_hw_set_event_cb, set the
>> system_inactivity_ind flag in the osso_hw_state_t argument.
>>
>
> Will this callback be called even without proc
On Wed, 2006-12-13 at 15:22 -0800, ext Aaron Levinson wrote:
> On Wed, 13 Dec 2006, Johan Bilien wrote:
>
> > On Wed, Dec 13, 2006, Aaron Levinson wrote:
> > > In the Maemo coding style and programming guidelines document on
> > > maemo.org, it states the following: "Avoid updating the GUI when t
>> http://maemo.org/platform/docs/api/libosso/html/index.html
>>
>> You can register a callback with osso_hw_set_event_cb, set the
>> system_inactivity_ind flag in the osso_hw_state_t argument.
>>
>
>Will this callback be called even without processing gtk/glib loop?
>If not is there other way ho
Johan Bilien wrote:
http://maemo.org/platform/docs/api/libosso/html/index.html
You can register a callback with osso_hw_set_event_cb, set the
system_inactivity_ind flag in the osso_hw_state_t argument.
Will this callback be called even without processing gtk/glib loop?
If not is there other
Aaron Levinson wrote:
Well, I had already examining the libosso APIs before sending the e-mail,
and I did notice the system_inactivity_ind flag in the osso_hw_state_t
struct. However, according to the libosso documentation, if the callback
is called for system inactivity, this means that "the
On Wed, 13 Dec 2006, Johan Bilien wrote:
> On Wed, Dec 13, 2006, Aaron Levinson wrote:
> > In the Maemo coding style and programming guidelines document on
> > maemo.org, it states the following: "Avoid updating the GUI when the
> > application running on the background and when the screen has be
On Wed, Dec 13, 2006, Aaron Levinson wrote:
> In the Maemo coding style and programming guidelines document on
> maemo.org, it states the following: "Avoid updating the GUI when the
> application running on the background and when the screen has been turned
> off. Remove unnecessary graphical elem
In the Maemo coding style and programming guidelines document on
maemo.org, it states the following: "Avoid updating the GUI when the
application running on the background and when the screen has been turned
off. Remove unnecessary graphical elements or constantly updated screen
components." Now,
14 matches
Mail list logo