mirror of
https://github.com/brl/mutter.git
synced 2025-02-19 22:54:08 +00:00
window-x11: Remove double definition of MetaStack
In commit c05fe4ae9 we introduced a double definition of MetaStack due to a wrong cherry-pick conflict resolution. Fix this by removing the invalid duplicated line. Related to https://gitlab.gnome.org/GNOME/mutter/merge_requests/688
This commit is contained in:
parent
c05fe4ae98
commit
2a81dc45e7
@ -852,7 +852,6 @@ maybe_focus_default_window (MetaDisplay *display,
|
|||||||
{
|
{
|
||||||
MetaWorkspace *workspace;
|
MetaWorkspace *workspace;
|
||||||
MetaStack *stack = display->stack;
|
MetaStack *stack = display->stack;
|
||||||
MetaStack *stack = workspace->display->stack;
|
|
||||||
g_autoptr (GList) focusable_windows = NULL;
|
g_autoptr (GList) focusable_windows = NULL;
|
||||||
g_autoptr (GQueue) focus_candidates = NULL;
|
g_autoptr (GQueue) focus_candidates = NULL;
|
||||||
GList *l;
|
GList *l;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user