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> <p>For applications that use Elementary set the environment variable <code>ELM_ENGINE</code> to <code>wayland_egl</code> or -- 1.7.9.5 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
