On Sun, Mar 9, 2014 at 1:06 AM, Carsten Haitzler <[email protected]> wrote: > On Sat, 8 Mar 2014 14:20:54 -0300 Gustavo Sverzut Barbieri > <[email protected]> > said: > >> why don't try to match with ecore_evas_new() and it's ECORE_EVAS_ENGINE? > > match in what way? notice my next commit/feature that modifies the choice list > based on accel preference... this kind of doesn't match with ecore_evas_new() > which either uses the engine name (if passed or set in env var) - if that > fails, literally fail, or uses a single fixed list (order) to try. this code > has a different list based on ELM_DISPLAY (not currently used by anyone, but > an > attempt to limit the number of tries to only engines valid for the display > target - eg x11 vs wl), and then that list changes based on accel preference > too...
but that's the ecore_evas implementation now. Nobody ever said it needs to be a fixed list, that was my decision once I wrote it. You could do the multi arrays as you want, and add accel bits in there... (the params string). My point is to move this decision to a lower level that not only elm_win can use, but also others. Sometimes is useful to test bugs as well and removing the elm part may help to isolate if it's an elm thing or ecore/edje/evas... but currently to get the same setup as elm_win does is almost impossible! Get my FB problems, it took me a while to realize elm_win did some hacks to fb engine so it worked better (like starting as fullscreen and forcing it, something that doesn't happen with ecore_evas) -- Gustavo Sverzut Barbieri -------------------------------------- Mobile: +55 (19) 99225-2202 Contact: http://www.gustavobarbieri.com.br/contact ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
