mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
window: Manage after setting the OR special case properties
This commit is contained in:
parent
bee97ab6a7
commit
740e7ddd69
@ -948,8 +948,6 @@ _meta_window_shared_new (MetaDisplay *display,
|
|||||||
|
|
||||||
window->opacity = 0xFF;
|
window->opacity = 0xFF;
|
||||||
|
|
||||||
META_WINDOW_GET_CLASS (window)->manage (window);
|
|
||||||
|
|
||||||
if (window->override_redirect)
|
if (window->override_redirect)
|
||||||
{
|
{
|
||||||
window->decorated = FALSE;
|
window->decorated = FALSE;
|
||||||
@ -960,6 +958,8 @@ _meta_window_shared_new (MetaDisplay *display,
|
|||||||
window->has_resize_func = FALSE;
|
window->has_resize_func = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
META_WINDOW_GET_CLASS (window)->manage (window);
|
||||||
|
|
||||||
if (!window->override_redirect)
|
if (!window->override_redirect)
|
||||||
meta_window_update_icon_now (window);
|
meta_window_update_icon_now (window);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user