Re: [PATCH] Release pointer and keyboard with the seat

2013-12-22 Thread Hardening
Le 22/12/2013 22:50, Kristian Høgsberg a écrit : On Sat, Dec 21, 2013 at 11:19:11PM +0100, Hardening wrote: This patch fixes seat releasing during a RDP disconnection. It does not fully fix https://bugs.freedesktop.org/show_bug.cgi?id=66830, but makes things better. Thanks, applied. What's le

Re: [PATCH] Release pointer and keyboard with the seat

2013-12-22 Thread Kristian Høgsberg
On Sat, Dec 21, 2013 at 11:19:11PM +0100, Hardening wrote: > This patch fixes seat releasing during a RDP disconnection. > It does not fully fix https://bugs.freedesktop.org/show_bug.cgi?id=66830, > but makes things better. Thanks, applied. What's left to fix 66830? Kristian > --- > src/compos

[PATCH] Release pointer and keyboard with the seat

2013-12-21 Thread Hardening
This patch fixes seat releasing during a RDP disconnection. It does not fully fix https://bugs.freedesktop.org/show_bug.cgi?id=66830, but makes things better. --- src/compositor-rdp.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/compositor-rdp.c b/src/compositor-rdp.