compositor: Don't schedule repaint from weston_surface_update_transform()
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 20 Jun 2012 04:54:52 +0000 (00:54 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 20 Jun 2012 04:54:52 +0000 (00:54 -0400)
commit83c4c40135b0522b9ea4a9af1cfc6aec5e39afe5
treedaf2a11dff62d3f82d8fc69ff19bcde0f8f27555
parent49952d1f1295ac90dd81bbda24b699425faf94da
compositor: Don't schedule repaint from weston_surface_update_transform()

weston_surface_update_transform() is typically called as part of the
repaint cycle so don't schedule a repaint here.  There are still a couple
of places where we call weston_surface_update_transform() manually, but
they don't rely on the repaint being scheduled.
src/compositor.c