Re: [PATCH weston v2 3/3] compositor, shell: surface transform inheritance

2013-03-18 Thread Kristian Høgsberg
On Fri, Mar 08, 2013 at 02:56:50PM +0200, Pekka Paalanen wrote: > Implements surface transform inheritance. A 'parent' pointer is added to > weston_surface::geometry, and is automatically used by > weston_surface_update_transform(). When updating the transform, the > parent transform is updated as

[PATCH weston v2 3/3] compositor, shell: surface transform inheritance

2013-03-08 Thread Pekka Paalanen
Implements surface transform inheritance. A 'parent' pointer is added to weston_surface::geometry, and is automatically used by weston_surface_update_transform(). When updating the transform, the parent transform is updated as needed, too. shell_map_popup() is converted to use the new weston_surfa