Re: [Spice-devel] [spice-server 01/10] qxl: Remove red_put_blend()

2018-04-16 Thread Frediano Ziglio
> > SpiceBlend is a typedef to SpiceCopy, and red_put_blend() and > red_put_copy() are identical, so we can add a #define red_put_blend > red_put_copy similar to the one we already have for red_get_blend. > --- > server/red-parse-qxl.c | 7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-)

[Spice-devel] [spice-server 01/10] qxl: Remove red_put_blend()

2018-04-16 Thread Christophe Fergeau
SpiceBlend is a typedef to SpiceCopy, and red_put_blend() and red_put_copy() are identical, so we can add a #define red_put_blend red_put_copy similar to the one we already have for red_get_blend. --- server/red-parse-qxl.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/