Re: [PATCH weston v4 15/20] clients/clickdot: Use pointer confinement to confine drawed line

2015-11-19 Thread Peter Hutterer
On Tue, Nov 17, 2015 at 06:11:01PM +0800, Jonas Ådahl wrote: > Use pointer confinement to make the line drawing not go outside the > drawing area. It is toggled with the right pointer button. > > Signed-off-by: Jonas Ådahl patch itself is Reviewed-by: Peter Hutterer , but seem my comment about s

[PATCH weston v4 15/20] clients/clickdot: Use pointer confinement to confine drawed line

2015-11-17 Thread Jonas Ådahl
Use pointer confinement to make the line drawing not go outside the drawing area. It is toggled with the right pointer button. Signed-off-by: Jonas Ådahl --- clients/clickdot.c | 33 +++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/clients/clickdot