Re: [Spice-devel] [PATCH spice-gtk 6/7] widget: update d->ready based on scanout image available

2016-03-21 Thread Fabiano Fidêncio
On Mon, Mar 21, 2016 at 7:14 PM, Marc-André Lureau wrote: > d->ready is updated based on monitor area & canvas. In case of GL > rendering, update it based on monitor area & scanout and add check > before drawing update. > > Signed-off-by: Marc-André Lureau > --- > src/spice-widget-egl.c | 4 +++-

[Spice-devel] [PATCH spice-gtk 6/7] widget: update d->ready based on scanout image available

2016-03-21 Thread Marc-André Lureau
d->ready is updated based on monitor area & canvas. In case of GL rendering, update it based on monitor area & scanout and add check before drawing update. Signed-off-by: Marc-André Lureau --- src/spice-widget-egl.c | 4 +++- src/spice-widget.c | 3 ++- 2 files changed, 5 insertions(+), 2 de