Re: calculate subsurface's bounding box

2018-08-31 Thread Pekka Paalanen
On Thu, 30 Aug 2018 18:24:31 +0800 zou lan wrote: > Hi pekka & all > > I find function weston_view_update_transform_enable() function will > calculate view's bounding box, but after that function, > weston_view_update_transform will update subsurface's scissor region by > parent surface's region

calculate subsurface's bounding box

2018-08-30 Thread zou lan
Hi pekka & all I find function weston_view_update_transform_enable() function will calculate view's bounding box, but after that function, weston_view_update_transform will update subsurface's scissor region by parent surface's region, the code is in weston_view_transfer_scissor(). But the sub vie