Re: [PATCH weston] RDP compositor: make the seat dynamic and don't destroy it on removal

2015-09-29 Thread Pekka Paalanen
On Fri, 25 Sep 2015 16:07:12 -0500 Derek Foreman wrote: > On 25/09/15 02:46 PM, Hardening wrote: > > Le 25/09/2015 19:15, Derek Foreman a écrit : > >> On 25/09/15 08:19 AM, Hardening wrote: > >>> Le 25/09/2015 11:31, Pekka Paalanen a écrit : > On Thu, 24 Sep 2015

Re: [PATCH weston] RDP compositor: make the seat dynamic and don't destroy it on removal

2015-09-25 Thread Derek Foreman
On 25/09/15 02:46 PM, Hardening wrote: > Le 25/09/2015 19:15, Derek Foreman a écrit : >> On 25/09/15 08:19 AM, Hardening wrote: >>> Le 25/09/2015 11:31, Pekka Paalanen a écrit : On Thu, 24 Sep 2015 23:40:26 +0200 David FORT wrote: > This patch makes the

Re: [PATCH weston] RDP compositor: make the seat dynamic and don't destroy it on removal

2015-09-25 Thread Hardening
Le 25/09/2015 19:15, Derek Foreman a écrit : > On 25/09/15 08:19 AM, Hardening wrote: >> Le 25/09/2015 11:31, Pekka Paalanen a écrit : >>> On Thu, 24 Sep 2015 23:40:26 +0200 >>> David FORT wrote: >>> This patch makes the seat dynamic and leak it on purpose during seat

Re: [PATCH weston] RDP compositor: make the seat dynamic and don't destroy it on removal

2015-09-25 Thread Hardening
Le 25/09/2015 11:31, Pekka Paalanen a écrit : > On Thu, 24 Sep 2015 23:40:26 +0200 > David FORT wrote: > >> This patch makes the seat dynamic and leak it on purpose during seat removal >> to >> prevent the ghost object case. >> --- >> src/compositor-rdp.c | 39

Re: [PATCH weston] RDP compositor: make the seat dynamic and don't destroy it on removal

2015-09-25 Thread Pekka Paalanen
On Thu, 24 Sep 2015 23:40:26 +0200 David FORT wrote: > This patch makes the seat dynamic and leak it on purpose during seat removal > to > prevent the ghost object case. > --- > src/compositor-rdp.c | 39 +++ > 1 file changed, 27

[PATCH weston] RDP compositor: make the seat dynamic and don't destroy it on removal

2015-09-24 Thread David FORT
This patch makes the seat dynamic and leak it on purpose during seat removal to prevent the ghost object case. --- src/compositor-rdp.c | 39 +++ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c index