mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
compositor: Drop meta_get_overlay_window()
This is no longer necessary outside of mutter, nor used internally. https://gitlab.gnome.org/GNOME/mutter/merge_requests/680
This commit is contained in:
parent
0e3c062406
commit
7c8baf8ed9
@ -1327,18 +1327,6 @@ meta_compositor_new (MetaDisplay *display)
|
||||
return compositor;
|
||||
}
|
||||
|
||||
/**
|
||||
* meta_get_overlay_window: (skip)
|
||||
* @display: a #MetaDisplay
|
||||
*
|
||||
*/
|
||||
Window
|
||||
meta_get_overlay_window (MetaDisplay *display)
|
||||
{
|
||||
MetaCompositor *compositor = get_compositor_for_display (display);
|
||||
return compositor->output;
|
||||
}
|
||||
|
||||
/**
|
||||
* meta_disable_unredirect_for_display:
|
||||
* @display: a #MetaDisplay
|
||||
|
@ -35,9 +35,6 @@
|
||||
META_EXPORT
|
||||
ClutterActor *meta_get_stage_for_display (MetaDisplay *display);
|
||||
|
||||
META_EXPORT
|
||||
Window meta_get_overlay_window (MetaDisplay *display);
|
||||
|
||||
META_EXPORT
|
||||
GList *meta_get_window_actors (MetaDisplay *display);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user