mirror of
https://github.com/brl/mutter.git
synced 2025-07-06 10:59:51 +00:00
Start hacking out use of xtransient_for
It won't work under Wayland.
This commit is contained in:
@ -1746,8 +1746,7 @@ get_default_focus_window (MetaStack *stack,
|
||||
if (not_this_one != NULL)
|
||||
{
|
||||
if (transient_parent == NULL &&
|
||||
not_this_one->xtransient_for != None &&
|
||||
not_this_one->xtransient_for == window->xwindow)
|
||||
meta_window_get_transient_for (not_this_one) == window)
|
||||
transient_parent = window;
|
||||
|
||||
if (topmost_in_group == NULL &&
|
||||
|
Reference in New Issue
Block a user