[PATCH web] efl: fix logical order for ECORE_EVAS_ENGINE definitions.

Pekka Paalanen ppaalanen at gmail.com
Mon Sep 15 02:51:03 PDT 2014


On Mon, 15 Sep 2014 11:22:15 +0200
Gwenole Beauchesne <gb.devel at gmail.com> 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 <gwenole.beauchesne at intel.com>
> ---
>  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



More information about the wayland-devel mailing list