[PATCH v2] XIGrabDevice: Unlock display in error path.

2014-11-03 Thread Michal Srb
Signed-off-by: Michal Srb m...@suse.com --- src/XIGrabDevice.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/XIGrabDevice.c b/src/XIGrabDevice.c index a8c5697..22f4ea1 100644 --- a/src/XIGrabDevice.c +++ b/src/XIGrabDevice.c @@ -53,14 +53,20 @@

Re: [PATCH v2] XIGrabDevice: Unlock display in error path.

2014-11-03 Thread Peter Hutterer
On Mon, Nov 03, 2014 at 12:43:40PM +0200, Michal Srb wrote: Signed-off-by: Michal Srb m...@suse.com pushed, thanks Cheers, Peter --- src/XIGrabDevice.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/XIGrabDevice.c b/src/XIGrabDevice.c index