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
This commit is contained in:
Derek Foreman 2018-08-10 11:38:25 -04:00 committed by Chris Michael
parent 8c6c5a14b6
commit 4e07f505c3
1 changed files with 0 additions and 1 deletions

View File

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