Re: [RFC weston v2] libweston: Commit subsurfaces before committing root surface

2020-01-30 Thread Pekka Paalanen
On Tue, 6 Mar 2018 17:57:15 +0100 Philipp Kerling wrote: > Committing the root surface triggers a commit of the xdg_surface state, > which might require the subsurface state already being applied (e.g. > when an xdg_toplevel needs to follow size constraints, the subsurfaces > must be in the righ

[RFC weston v2] libweston: Commit subsurfaces before committing root surface

2018-03-06 Thread Philipp Kerling
Committing the root surface triggers a commit of the xdg_surface state, which might require the subsurface state already being applied (e.g. when an xdg_toplevel needs to follow size constraints, the subsurfaces must be in the right position and size at the time this is verified). --- libweston/co