Revert "Force engine to Wayland SHM" 96/10296/1 accepted/tizen/20130926.225259 accepted/tizen/20130926.225830 submit/tizen/20130926.221711
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Thu, 26 Sep 2013 22:11:34 +0000 (19:11 -0300)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Thu, 26 Sep 2013 22:13:34 +0000 (19:13 -0300)
This reverts commit ef1d02c848049d7199a0c043957136184ea0ded3. The bug
preventing the keyboard to work on the EGL engine has been fixed in
Ecore, so this patch is not necessary anymore.

Change-Id: If1e35e3d949ff805b2a1a47b94f436293c8677b8
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
packaging/weekeyboard.changes
src/wkb-main.c

index dbfa961..321b9f6 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Sep 26 2013 Eduardo Lima (Etrunko) <eduardo.lima@intel.com> accepted/tizen/20130925.220645@4201b07
+- Revert "Force engine to Wayland SHM"
+
 * Wed Sep 25 2013 Eduardo Lima (Etrunko) <eduardo.lima@intel.com> submit/tizen/20130923.214204@41c7042
 - Fix handling of "Enter" key press
 
index 6b41947..c845ee2 100644 (file)
@@ -542,7 +542,7 @@ _wkb_check_evas_engine(struct weekeyboard *wkb)
         goto err;
      }
 
-   wkb->ee_engine = "wayland_shm";//env;
+   wkb->ee_engine = env;
    ret = EINA_TRUE;
 
 err: