mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user