Re: [PATCH weston 1/2] compositor: add a way to override the default pointer grab

2013-10-01 Thread Kristian Høgsberg
On Mon, Sep 30, 2013 at 12:40:28PM +0200, Giulio Camuffo wrote: > --- > src/compositor.c | 16 > src/compositor.h | 11 ++- > src/input.c | 18 +++--- > 3 files changed, 41 insertions(+), 4 deletions(-) I think this idea makes sense, but let's do it after

[PATCH weston 1/2] compositor: add a way to override the default pointer grab

2013-09-30 Thread Giulio Camuffo
--- src/compositor.c | 16 src/compositor.h | 11 ++- src/input.c | 18 +++--- 3 files changed, 41 insertions(+), 4 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index 0fa6613..62a3558 100644 --- a/src/compositor.c +++ b/src/compositor.c @