clear CLUTTER_ACTOR_SYNC_MATRICES after setting up viewport
This commit is contained in:
parent
7d0faf304f
commit
5f4a7a4812
@ -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:
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user