Re: [E-devel] Ewl+DirectFB

2007-06-22 Thread dan sinclair
It can't run on evas directly as it needs to know how to receive mouse and key events. But, the Ewl engines are setup with dependencies. So, if you take a look at evas_fb at the top you'll see an ewl_engine_dependencies function that declares evas as it's parent. It then just implements the

[E-devel] Ewl+DirectFB

2007-06-21 Thread Amar M. Balutkar
Hello all, Has anyone tried running ewl running on directfb ? I am currently trying this, but in vain. I have got evas compiled with directfb and sample applications of evas (on directfb) run fine. Why cant EWL use evas directly, instead it requires a separate evas_directfb engine