From 30e9f45dfcb430a43b8198cec3886e8b3acf1927 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Tue, 25 Oct 2016 14:10:47 -0500 Subject: [PATCH] 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 5a8843041..52f61b510 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))