devilhorns pushed a commit to branch master.

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

commit d49f60dd8a2ef169f3cb655dcdbaaac456c7a0d0
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Tue Mar 8 16:09:17 2016 -0500

    don't have to hook the ecore_evas resize callback here as that should
    be handled by elm now
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 src/modules/wl_drm/e_mod_main.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c
index 23f2715..9a54132 100644
--- a/src/modules/wl_drm/e_mod_main.c
+++ b/src/modules/wl_drm/e_mod_main.c
@@ -91,12 +91,6 @@ end:
    return ECORE_CALLBACK_PASS_ON;
 }
 
-static void
-_e_mod_drm_cb_ee_resize(Ecore_Evas *ee EINA_UNUSED)
-{
-   e_comp_canvas_update();
-}
-
 static Ecore_Drm_Output_Mode *
 _e_mod_drm_mode_screen_find(E_Randr2_Screen *s, Ecore_Drm_Output *output)
 {
@@ -766,8 +760,6 @@ e_modapi_init(E_Module *m)
    /* get the current screen geometry */
    ecore_evas_screen_geometry_get(e_comp->ee, NULL, NULL, &w, &h);
 
-   ecore_evas_callback_resize_set(e_comp->ee, _e_mod_drm_cb_ee_resize);
-
    e_comp->screen = &drmiface;
 
    if (!e_comp_wl_init()) return NULL;

-- 


Reply via email to