discomfitor pushed a commit to branch enlightenment-0.21.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=9673df56eec824349964fe9c338c51668272c8c7

commit 9673df56eec824349964fe9c338c51668272c8c7
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Tue Oct 25 14:10:47 2016 -0500

    Block session recovery for internal windows
---
 src/bin/e_comp_wl.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index a43aa72..1f30ce6 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2810,6 +2810,9 @@ e_comp_wl_init(void)
         return EINA_FALSE;
      }
 
+   /* Block session recovery for internal windows */
+   ecore_wl2_session_recovery_disable();
+
    /* set gl available if we have ecore_evas support */
    if (ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_WAYLAND_EGL) ||
        ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_OPENGL_DRM))

-- 


Reply via email to