~ubuntu-branches/ubuntu/precise/clutter-1.0/precise

« back to all changes in this revision

Viewing changes to clutter/clutter-stage.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-06-14 15:42:20 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20110614154220-tx3wzg90gppl2zqw
Tags: 1.6.16-0ubuntu1
* Resynchronize on Debian
* New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
863
863
gboolean
864
864
_clutter_stage_do_update (ClutterStage *stage)
865
865
{
866
 
  ClutterStagePrivate *priv;
867
 
 
868
 
  g_return_val_if_fail (CLUTTER_IS_STAGE (stage), FALSE);
869
 
 
870
 
  priv = stage->priv;
871
 
 
872
 
  if (CLUTTER_ACTOR_IN_DESTRUCTION (stage))
 
866
  ClutterStagePrivate *priv = stage->priv;
 
867
 
 
868
  /* if the stage is being destroyed, or if the destruction already
 
869
   * happened and we don't have an StageWindow any more, then we
 
870
   * should bail out
 
871
   */
 
872
  if (CLUTTER_ACTOR_IN_DESTRUCTION (stage) || priv->impl == NULL)
873
873
    return FALSE;
874
874
 
875
875
  /* NB: We need to ensure we have an up to date layout *before* we