Re: [PATCH weston] compositor: document weston_view_damage_below()

2015-02-18 Thread Pekka Paalanen
On Tue, 17 Feb 2015 04:35:03 -0800 Jason Ekstrand wrote: > Just spent a little time crawling through things to remind myself of how it > all works. Your comment seems correct. Not sure if it's really sufficient > documentation for view.clip though. > > Reviewed-by: Jason Ekstrand > > On Tue,

Re: [PATCH weston] compositor: document weston_view_damage_below()

2015-02-17 Thread Pekka Paalanen
On Tue, 17 Feb 2015 04:35:03 -0800 Jason Ekstrand wrote: > Just spent a little time crawling through things to remind myself of how it > all works. Your comment seems correct. Not sure if it's really sufficient > documentation for view.clip though. > > Reviewed-by: Jason Ekstrand Thanks! Be

Re: [PATCH weston] compositor: document weston_view_damage_below()

2015-02-17 Thread Jason Ekstrand
Just spent a little time crawling through things to remind myself of how it all works. Your comment seems correct. Not sure if it's really sufficient documentation for view.clip though. Reviewed-by: Jason Ekstrand On Tue, Feb 17, 2015 at 4:19 AM, Pekka Paalanen wrote: > From: Pekka Paalanen

[PATCH weston] compositor: document weston_view_damage_below()

2015-02-17 Thread Pekka Paalanen
From: Pekka Paalanen Explains what weston_view::clip is. Signed-off-by: Pekka Paalanen --- src/compositor.c | 16 src/compositor.h | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/compositor.c b/src/compositor.c index 9e2bd80..d408ccb 100644 --- a/sr