Summary:
This is when we're about to start a new render, so it's the best
time to set up the next buffer to draw to.
Reviewers: zmike, devilhorns
Reviewed By: devilhorns
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2892
LOGFN(__FILE__, __LINE__, __FUNCTION__);
+ if (!_evas_shm_surface_assign(ob->surface)) return MODE_FULL;
+
/* This was broken, for now we just do full redraws */
return MODE_FULL;
{
LOGFN(__FILE__, __LINE__, __FUNCTION__);
- _evas_shm_surface_assign(surface);
-
if (w) *w = 0;
if (h) *h = 0;