discomfitor pushed a commit to branch enlightenment-0.21.

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

commit db46a8557cc5fa7939854b75238532252c423a49
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Fri Jun 2 13:59:42 2017 -0500

    Fix wl_drm session (de)activation callback
    
    I missed this in my last commit - we probably shouldn't be calling
    e_comp_render_queue or e_comp_shape_queue_block() after hiding the
    ecore_evas anyway - and by removing the e_comp_shape_queue_block()
    in the activation callback I made things asymmetrical.  Ungood.
---
 src/modules/wl_drm/e_mod_main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c
index f78386418..2593448b3 100644
--- a/src/modules/wl_drm/e_mod_main.c
+++ b/src/modules/wl_drm/e_mod_main.c
@@ -75,8 +75,6 @@ _e_mod_drm_cb_activate(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *event
         evas_font_cache_flush(e_comp->evas);
         evas_render_dump(e_comp->evas);
 
-        e_comp_render_queue();
-        e_comp_shape_queue_block(1);
         ecore_event_add(E_EVENT_COMPOSITOR_DISABLE, NULL, NULL, NULL);
      }
 

-- 


Reply via email to