evas: forgotten adjustement to handle the output geometry offset.

This commit is contained in:
Cedric Bail 2017-12-14 10:54:10 -08:00
parent ec2b6e4d67
commit dd4be85d7e
1 changed files with 4 additions and 0 deletions

View File

@ -3424,6 +3424,10 @@ evas_render_updates_internal(Evas *eo_e,
haveup = EINA_TRUE;
/* adjust the rendering rectangle to the output offset */
ux += out->geometry.x;
uy += out->geometry.y;
/* phase 7.1 render every snapshot that needs to be updated
for this part of the screen */
eina_evlog("+render_snapshots", eo_e, 0.0, NULL);