cairo: Always update texture after ClutterCairoTexture::draw
authorAndy Wingo <wingo@pobox.com>
Wed, 20 Jun 2012 08:26:49 +0000 (10:26 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 20 Jun 2012 09:45:21 +0000 (11:45 +0200)
commitd571719a3dbefbc12097d67fb13e6b0e2007efb3
tree6326bc84a54131169c66db1d3fb820515b2cb068
parent286e7e28e8d25eabe69fb20842d560648aac916b
cairo: Always update texture after ClutterCairoTexture::draw

* clutter/clutter-cairo-texture.c (clutter_cairo_texture_emit_draw):
  Always update the Cogl texture after emitting ::draw, since we control
  the dynamic extent in which drawing should happen on the cairo_t.

  Fixes #677966.
clutter/deprecated/clutter-cairo-texture.c