devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4e07f505c3c3fa0b64b07c7f6d58ff06721fc5bb

commit 4e07f505c3c3fa0b64b07c7f6d58ff06721fc5bb
Author: Derek Foreman <[email protected]>
Date:   Fri Aug 10 11:38:25 2018 -0400

    ee_wayland: Remove spurious manual_render
    
    Summary:
    The line prior to this damages the canvas and should result in a render
    anyway.
    
    Forcing a manual render here (without regard to the manual_render_set
    state) will cause a post render callback to fire for clients that
    think they've disabled automatic rendering.
    
    fix T7275
    
    Reviewers: devilhorns
    
    Reviewed By: devilhorns
    
    Subscribers: devilhorns, cedric, #reviewers, #committers, zmike
    
    Tags: #efl
    
    Maniphest Tasks: T7275
    
    Differential Revision: https://phab.enlightenment.org/D6809
---
 src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c 
b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
index 9172593771..10bc3a021b 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
@@ -2162,7 +2162,6 @@ _ecore_evas_wl_common_show(Ecore_Evas *ee)
                evas_damage_rectangle_add(ee->evas, 0, 0, ee->w + fw, ee->h + 
fh);
              else
                evas_damage_rectangle_add(ee->evas, 0, 0, ee->h + fh, ee->w + 
fw);
-             ecore_evas_manual_render(ee);
           }
      }
 

-- 


Reply via email to