Re: [PATCH weston v4 18/20] window: Add API for manually set confine region

2015-11-19 Thread Peter Hutterer
On Tue, Nov 17, 2015 at 06:11:04PM +0800, Jonas Ådahl wrote: > We can use this to test more complex confine regions. > > Signed-off-by: Jonas Ådahl Reviewed-by: Peter Hutterer Cheers, Peter > --- > clients/window.c | 69 > > client

[PATCH weston v4 18/20] window: Add API for manually set confine region

2015-11-17 Thread Jonas Ådahl
We can use this to test more complex confine regions. Signed-off-by: Jonas Ådahl --- clients/window.c | 69 clients/window.h | 11 + 2 files changed, 70 insertions(+), 10 deletions(-) diff --git a/clients/window.c b/clients/window