[stacking] Simplifies the way compositor code has to handle stacking

The compositor now gets handed a GList of MetaWindows when the stacking
gets syncd with the X server.
This commit is contained in:
Robert Bragg
2008-10-30 22:09:48 +00:00
parent 7ec7a8fa44
commit 6d8baea4c2
7 changed files with 46 additions and 252 deletions

View File

@ -129,9 +129,8 @@ meta_compositor_switch_workspace (MetaCompositor *compositor,
MetaMotionDirection direction);
void
meta_compositor_ensure_stack_order (MetaCompositor *compositor,
MetaScreen *screen);
meta_compositor_sync_stack (MetaCompositor *compositor,
GList *stack);
#endif