On Mon, 15 Sep 2014 11:22:15 +0200 Gwenole Beauchesne <[email protected]> wrote:
> Use a more logical definition order for ECORE_EVAS_ENGINE whereby if > wayland_egl comes first and wayland_shm next, then explain the former > first and next the latter. > > Signed-off-by: Gwenole Beauchesne <[email protected]> > --- > efl.html | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/efl.html b/efl.html > index 18fe897..ff56e73 100644 > --- a/efl.html > +++ b/efl.html > @@ -67,8 +67,8 @@ > <p>For applications that use Ecore_Evas directly set the environment > variable <code>ECORE_EVAS_ENGINE</code> to either > <code>wayland_egl</code> or <code>wayland_shm</code> depending on > - whether you wish to use the SHM based interface with software rendering > - or use EGL.</p> > + whether you wish to use EGL or the SHM based interface with > + software rendering.</p> That kind of associates also EGL with software rendering. Might be easier to just swap "wayland_shm" and "wayland_egl". Want to reword still, or should I just publish this patch? Thanks, pq > > <p>For applications that use Elementary set the environment variable > <code>ELM_ENGINE</code> to <code>wayland_egl</code> or _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
