Merge branch 'fix-stacking' into clutter

This commit is contained in:
Robert Bragg
2008-11-04 15:26:17 +00:00
11 changed files with 309 additions and 366 deletions

View File

@@ -132,6 +132,11 @@ struct _MetaScreen
/* Managed by compositor.c */
gpointer compositor_data;
/* Instead of unmapping withdrawn windows we can leave them mapped
* and restack them below a guard window. When using a compositor
* this allows us to provide live previews of unmapped windows */
Window guard_window;
};
MetaScreen* meta_screen_new (MetaDisplay *display,