commit | c3ce738653961e5e98e57aceec9c79d2446219d1 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Fri Mar 08 14:56:49 2013 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Mar 18 22:19:57 2013 -0400 |
tree | acbb3c4df974250c5c3ce1378d24e84faecc7798 | |
parent | f1f48cfa35cc4068388069e6ac3b688a2716a1de [diff] |
compositor: introduce weston_surface_geometry_dirty() Instead of directly setting the dirty flag on weston_surface geometry, use a function for that. This allows us to hook into geometry dirtying in a following patch. Also add comments to weston_surface fields, whose modification causes transform state to become outdated. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>