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)
|
||||
{
|
||||
priv->type_atom = atom;
|
||||
meta_window_x11_recalc_window_type (window);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
meta_window_x11_recalc_window_type (window);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user