Add generic call to create Ecore_Evas from engine names.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Sep 2008 05:13:29 +0000 (05:13 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Sep 2008 05:13:29 +0000 (05:13 +0000)
commit4736652d7865215233cdb83a55246f66fa6acf15
tree6d3921447d617b8590422deab5c6e9ae4b99dde5
parent94017f4249f686f70f6c10e9a6345ffdc657d793
Add generic call to create Ecore_Evas from engine names.

One can get engine names with ecore_evas_engines_get() and present
them to its users (from --help, for example) and then give that name
to ecore_evas_new(), that accepts the name, geometry and extra options
as a string.

As I don't have all the engines here, I might have missed something
from those, tested here:

 - software_x11
 - xrender_x11
 - opengl_x11
 - directfb
 - buffer

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@35919 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_evas/Ecore_Evas.h
src/lib/ecore_evas/ecore_evas.c