compositor: Make weston_surface_damage_below_noupdate() the default
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 17 Feb 2012 17:45:43 +0000 (12:45 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 17 Feb 2012 17:45:43 +0000 (12:45 -0500)
commit323ee0450549c996a05932c67c2fb75ce83e2058
tree087c1aed1ab05520778a1abdfbdd3c6d03de725f
parent3b5ea3bc6fb0e1edc678308f5271066a7f6bf90b
compositor: Make weston_surface_damage_below_noupdate() the default

We never want to update the transform and then damage below.  Damage
below is always used to trigger a repaint where the surface used to be
so we need to record the damage before updating the transform.
src/compositor.c