mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
window-props: Make sure that recalc_window_type is always called
This commit is contained in:
parent
59fc17c355
commit
bee97ab6a7
@ -269,11 +269,12 @@ reload_net_wm_window_type (MetaWindow *window,
|
|||||||
atom == window->display->atom__NET_WM_WINDOW_TYPE_NORMAL)
|
atom == window->display->atom__NET_WM_WINDOW_TYPE_NORMAL)
|
||||||
{
|
{
|
||||||
priv->type_atom = atom;
|
priv->type_atom = atom;
|
||||||
meta_window_x11_recalc_window_type (window);
|
break;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
meta_window_x11_recalc_window_type (window);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user