Use the new "background actor" functionality in Mutter
The code to draw the root background has now been moved into Mutter, with added smarts to not draw obscured portions. Remove the old version of the code and clone the Mutter background actor to draw the background in the overview. https://bugzilla.gnome.org/show_bug.cgi?id=634836
This commit is contained in:
@ -89,8 +89,6 @@ void shell_global_maybe_gc (ShellGlobal *global);
|
||||
|
||||
void shell_global_format_time_relative_pretty (ShellGlobal *global, guint delta, char **text, guint *next_update);
|
||||
|
||||
ClutterActor *shell_global_create_root_pixmap_actor (ShellGlobal *global);
|
||||
|
||||
GSList *shell_global_get_monitors (ShellGlobal *global);
|
||||
MetaRectangle *shell_global_get_primary_monitor (ShellGlobal *global);
|
||||
MetaRectangle *shell_global_get_focus_monitor (ShellGlobal *global);
|
||||
|
Reference in New Issue
Block a user