clear CLUTTER_ACTOR_SYNC_MATRICES after setting up viewport

This commit is contained in:
Tomas Frydrych 2007-06-12 17:39:08 +00:00
parent 7d0faf304f
commit 5f4a7a4812
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-06-12 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-main.c:
(clutter_redraw):
Clear CLUTTER_ACTOR_SYNC_MATRICES flag after setting up viewport.
2007-06-12 Matthew Allum <mallum@openedhand.com>
* doc/manual/Makefile.am:

View File

@ -132,6 +132,8 @@ clutter_redraw (void)
perspective.aspect,
perspective.z_near,
perspective.z_far);
CLUTTER_UNSET_PRIVATE_FLAGS (stage, CLUTTER_ACTOR_SYNC_MATRICES);
}
/* Setup the initial paint */