Re: [Spice-devel] [PATCH spice-gtk v2 3/3] widget: Set cursor during construction

2017-05-25 Thread Victor Toso
Hi, On Thu, May 25, 2017 at 03:13:13PM +0200, Pavel Grunt wrote: > On Wed, 2017-05-24 at 09:22 +0200, Victor Toso wrote: > > On Tue, May 23, 2017 at 04:56:26PM +0200, Pavel Grunt wrote: > > > In a multimonitor environment can easily happen that a cursor is > > > set > > > before some of the SpiceD

Re: [Spice-devel] [PATCH spice-gtk v2 3/3] widget: Set cursor during construction

2017-05-25 Thread Pavel Grunt
On Wed, 2017-05-24 at 09:22 +0200, Victor Toso wrote: > On Tue, May 23, 2017 at 04:56:26PM +0200, Pavel Grunt wrote: > > In a multimonitor environment can easily happen that a cursor is > > set > > before some of the SpiceDisplays are created. IOW the first > > created > > SpiceDisplay has the curs

Re: [Spice-devel] [PATCH spice-gtk v2 3/3] widget: Set cursor during construction

2017-05-24 Thread Victor Toso
On Tue, May 23, 2017 at 04:56:26PM +0200, Pavel Grunt wrote: > In a multimonitor environment can easily happen that a cursor is set > before some of the SpiceDisplays are created. IOW the first created > SpiceDisplay has the cursor but others don't. > > To avoid the issue set the initial cursor us

[Spice-devel] [PATCH spice-gtk v2 3/3] widget: Set cursor during construction

2017-05-23 Thread Pavel Grunt
In a multimonitor environment can easily happen that a cursor is set before some of the SpiceDisplays are created. IOW the first created SpiceDisplay has the cursor but others don't. To avoid the issue set the initial cursor using the "cursor" property of the SpiceCursorChannel. Resolves: https:/