Re: [Spice-devel] [PATCH] DrvSetPointerShape: handle surface which is not bitmap

2010-04-13 Thread Izik Eidus
On Tue, 13 Apr 2010 15:00:51 +0300 Yonit Halperin wrote: > --- > display/res.c | 99 +++- > display/rop.c |2 +- > display/rop.h |3 ++ > 3 files changed, 87 insertions(+), 17 deletions(-) > Great thanks Yonit for fixing it ! I pushe

Re: [Spice-devel] [PATCH] DrvSetPointerShape: handle surface which is not bitmap

2010-04-13 Thread Yonit Halperin
BTW, it looks like there is a possible old correctness bug in GetColorCursor: the caching is performed only by the unique id of the surface and it ignores the mask. So for the same surface we will retrieve the same cursor command, even though the mask can be different. On 04/13/2010 03:00 PM,

[Spice-devel] [PATCH] DrvSetPointerShape: handle surface which is not bitmap

2010-04-13 Thread Yonit Halperin
--- display/res.c | 99 +++- display/rop.c |2 +- display/rop.h |3 ++ 3 files changed, 87 insertions(+), 17 deletions(-) diff --git a/display/res.c b/display/res.c index 318ea9c..2ea9565 100644 --- a/display/res.c +++ b/display/res.c