Re: [PATCH] pixman-renderer: fail to zoom more gracefully

2014-09-03 Thread Pekka Paalanen
On Mon, 1 Sep 2014 10:33:28 -0500 Derek Foreman wrote: > When zoom is activated in the pixman rendered the log is filled with warnings > and all rendering stops. With this patch the warning is generated once and > rendering continues without zooming. > > Closes bug 80258 > --- > src/pixman-re

Re: [PATCH] pixman-renderer: fail to zoom more gracefully

2014-09-01 Thread Ryo Munakata
On Mon, 1 Sep 2014 10:33:28 -0500 Derek Foreman wrote: > When zoom is activated in the pixman rendered the log is filled with warnings > and all rendering stops. With this patch the warning is generated once and > rendering continues without zooming. > > Closes bug 80258 > --- > src/pixman-re

[PATCH] pixman-renderer: fail to zoom more gracefully

2014-09-01 Thread Derek Foreman
When zoom is activated in the pixman rendered the log is filled with warnings and all rendering stops. With this patch the warning is generated once and rendering continues without zooming. Closes bug 80258 --- src/pixman-renderer.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) dif