core: Move remaining default focus window handling to workspace
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2489>
This commit is contained in:

committed by
Marge Bot

parent
3a96ef023b
commit
b4b9a7c90f
@ -92,10 +92,16 @@ GList* meta_workspace_get_onscreen_region (MetaWorkspace *workspace);
|
||||
GList * meta_workspace_get_onmonitor_region (MetaWorkspace *workspace,
|
||||
MetaLogicalMonitor *logical_monitor);
|
||||
|
||||
MetaWindow * meta_workspace_get_default_focus_window (MetaWorkspace *workspace);
|
||||
void meta_workspace_focus_default_window (MetaWorkspace *workspace,
|
||||
MetaWindow *not_this_one,
|
||||
guint32 timestamp);
|
||||
MetaWindow * meta_workspace_get_default_focus_window (MetaWorkspace *workspace,
|
||||
MetaWindow *not_this_one);
|
||||
MetaWindow * meta_workspace_get_default_focus_window_at_point (MetaWorkspace *workspace,
|
||||
MetaWindow *not_this_one,
|
||||
int root_x,
|
||||
int root_y);
|
||||
GList * meta_workspace_get_default_focus_candidates (MetaWorkspace *workspace);
|
||||
|
||||
const char* meta_workspace_get_name (MetaWorkspace *workspace);
|
||||
|
||||
|
Reference in New Issue
Block a user