2006-06-04 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-element.c:
        * clutter/clutter-group.c:
        * clutter/clutter-group.h:
        Work more on depth ( Z ) setting with sorting.

        * clutter/clutter-main.c: (clutter_redraw):
        Experiment with glXWaitVideoSyncSGI. Currently disabled.
This commit is contained in:
Matthew Allum
2006-06-04 22:09:18 +00:00
parent ba09979db0
commit 1d16ef11ca
5 changed files with 112 additions and 20 deletions

View File

@ -125,6 +125,9 @@ clutter_group_lower (ClutterGroup *self,
ClutterElement *element,
ClutterElement *sibling);
void
clutter_group_sort_depth_order (ClutterGroup *self);
G_END_DECLS
#endif