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

Gwenole Beauchesne gb.devel at gmail.com
Mon Sep 15 02:22:15 PDT 2014


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>
 
       <p>For applications that use Elementary set the environment variable
       <code>ELM_ENGINE</code> to <code>wayland_egl</code> or
-- 
1.7.9.5



More information about the wayland-devel mailing list