Re: [Spice-devel] [PATCH spice-gtk v2 2/3] Deprecate "cursor-set" signal

2017-05-25 Thread Pavel Grunt
On Wed, 2017-05-24 at 09:11 +0200, Victor Toso wrote: > Hi, > > On Tue, May 23, 2017 at 04:56:25PM +0200, Pavel Grunt wrote: > > Use cursor notify instead > > > > Related: > > https://bugzilla.redhat.com/show_bug.cgi?id=1411380 > > --- > > src/channel-cursor.c | 4 +++- > > src/spice-widget.c

Re: [Spice-devel] [PATCH spice-gtk v2 2/3] Deprecate "cursor-set" signal

2017-05-24 Thread Victor Toso
Hi, On Tue, May 23, 2017 at 04:56:25PM +0200, Pavel Grunt wrote: > Use cursor notify instead > > Related: > https://bugzilla.redhat.com/show_bug.cgi?id=1411380 > --- > src/channel-cursor.c | 4 +++- > src/spice-widget.c | 31 +-- > 2 files changed, 20 insertions(+)

[Spice-devel] [PATCH spice-gtk v2 2/3] Deprecate "cursor-set" signal

2017-05-23 Thread Pavel Grunt
Use cursor notify instead Related: https://bugzilla.redhat.com/show_bug.cgi?id=1411380 --- src/channel-cursor.c | 4 +++- src/spice-widget.c | 31 +-- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/src/channel-cursor.c b/src/channel-cursor.c index