mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 23:54:40 +00:00
compositor: Kill off MetaCompScreen
Compositors haven't been able to manage more than one screen for quite a while. Merge MetaCompScreen into MetaCompositor, and update the API to match. We still keep MetaScreen in the public compositor API for compatibility purposes.
This commit is contained in:
@@ -378,7 +378,7 @@ enable_compositor (MetaDisplay *display)
|
||||
if (!display->compositor)
|
||||
return;
|
||||
|
||||
meta_compositor_manage_screen (display->compositor, display->screen);
|
||||
meta_compositor_manage (display->compositor);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user