It's a code cleanup. Every time we change the commit logic (see the last
weston commit) we have to do it in two places. They are bound to get
out-of-sync.
--Jason
On Fri, Jun 20, 2014 at 5:28 PM, Jasper St. Pierre
wrote:
> Does this fix any bugs that you know of, or is it just a code cleanup?
Does this fix any bugs that you know of, or is it just a code cleanup? Just
curious, I'm not insinuating anything.
On Fri, Jun 20, 2014 at 8:25 PM, Jason Ekstrand
wrote:
> This little two-patch series unifies all of the surface commit logic in one
> place. Previously the commit logic was dupli
This little two-patch series unifies all of the surface commit logic in one
place. Previously the commit logic was duplicated in weston_surface
and weston_subsurface functions in order to handle the commit cache.
Jason Ekstrand (2):
Move weston_subsurface to after weston_surface
Create a west