Re: [PATCH weston 0/6] Clean-up, doc, and bug fix patches

2015-02-25 Thread Pekka Paalanen
On Wed, 25 Feb 2015 13:03:46 -0800 Bryce Harrington wrote: > > --- a/src/compositor.c > > +++ b/src/compositor.c > > @@ -1078,22 +1078,21 @@ weston_view_assign_output(struct weston_view *ev) > > } > > > > static void > > -view_compute_bbox(struct weston_view *view, int32_t sx, int32_t sy, > >

Re: [PATCH weston 0/6] Clean-up, doc, and bug fix patches

2015-02-25 Thread Bryce Harrington
On Wed, Feb 25, 2015 at 03:48:55PM +0200, Pekka Paalanen wrote: > From: Pekka Paalanen > > These are independent tiny patches I have accumulated in my > development tree, all stemming from trying to understand how > Weston's region tracking works. > > Pekka Paalanen (6): > compositor: document

[PATCH weston 0/6] Clean-up, doc, and bug fix patches

2015-02-25 Thread Pekka Paalanen
From: Pekka Paalanen These are independent tiny patches I have accumulated in my development tree, all stemming from trying to understand how Weston's region tracking works. Pekka Paalanen (6): compositor: document view->transform.* regions compositor: note, weston_surface_damage does it wro