mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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>
|
2007-06-12 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* doc/manual/Makefile.am:
|
* doc/manual/Makefile.am:
|
||||||
|
@ -132,6 +132,8 @@ clutter_redraw (void)
|
|||||||
perspective.aspect,
|
perspective.aspect,
|
||||||
perspective.z_near,
|
perspective.z_near,
|
||||||
perspective.z_far);
|
perspective.z_far);
|
||||||
|
|
||||||
|
CLUTTER_UNSET_PRIVATE_FLAGS (stage, CLUTTER_ACTOR_SYNC_MATRICES);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Setup the initial paint */
|
/* Setup the initial paint */
|
||||||
|
Loading…
Reference in New Issue
Block a user