commit | 80fb08dc66e04d06c9d55d7588f78cb983378da9 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Wed Feb 08 15:14:17 2012 +0200 |
committer | Pekka Paalanen <ppaalanen@gmail.com> | Fri Feb 10 15:47:56 2012 +0200 |
tree | 6c1809a479da1dedadad4dbd1423deefa13c7efe | |
parent | 9abf393bd8286ae141868893253b13cdca117ec9 [diff] |
compositor: split weston_surface_update_transform() Split two helper functions out of weston_surface_update_transform() to: - make the code clearer - update the bounding box properly even if transformation fails - unify the return point Also add a comment on what matrix.d[12] is. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>