Block session recovery for internal windows

This commit is contained in:
Derek Foreman 2016-10-25 14:10:47 -05:00
parent 4251e12462
commit 30e9f45dfc
1 changed files with 3 additions and 0 deletions

View File

@ -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))