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.
This commit is contained in:
Derek Foreman 2017-06-02 13:59:42 -05:00
parent 5ce8bf3992
commit 239101d95f
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@ _e_mod_drm_cb_activate(void *data EINA_UNUSED, int type EINA_UNUSED, void *event
evas_font_cache_flush(e_comp->evas); evas_font_cache_flush(e_comp->evas);
evas_render_dump(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); ecore_event_add(E_EVENT_COMPOSITOR_DISABLE, NULL, NULL, NULL);
} }