From: Mikko Rasa Date: Sat, 8 Jun 2019 06:17:51 +0000 (+0300) Subject: Refactor KeyFrame ownership management in Animation X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=29ee3d841a610d24ccfa3e16e492e278f81f64bd;hp=29ee3d841a610d24ccfa3e16e492e278f81f64bd;p=libs%2Fgl.git Refactor KeyFrame ownership management in Animation The public add_keyframe functions no longer provide a convenient single place to set the RefPtr keep flag, so move it into the private function. ---