On Tue, 25 Nov 2014 08:23:12 -0800 Thiago Macieira <thiago.macie...@intel.com>
said:

> On Tuesday 25 November 2014 14:34:30 Carsten Haitzler wrote:
> > On Mon, 24 Nov 2014 21:23:16 -0800 Thiago Macieira
> > <thiago.macie...@intel.com>
> > said:
> > > On Monday 24 November 2014 07:59:13 Carsten Haitzler wrote:
> > > > you make the app use the core event loop. (i.e. remove the app event
> > > > loop
> > > > and replace it).
> > > 
> > > How does a pure EFL app deal with this?
> > 
> > you use the efl mainloop. it is assumed/expected you will do it. the
> > mainloop is designed to drive the core of the app and a lot of required
> > functionality .. like rendering updates at all, is glued into the mainloop
> > "lifecycle" and if its not running you get big bad side effects... like
> > nothing re-drawing at all. :)
> 
> And how does that accomplish the tasks that service_app_main() does?

service_app_main ... *IS* an efl main event loop. or should be for native apis
to work. :) the efl main event loop is also compiled with glib integration so
technically it is both an efl main event loop and a glib one at the same time.

-- 
Carsten Haitzler (The Rasterman) <ti...@rasterman.com>
_______________________________________________
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev

Reply via email to