mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
window: Manage after setting the OR special case properties
This commit is contained in:
@ -948,8 +948,6 @@ _meta_window_shared_new (MetaDisplay *display,
|
||||
|
||||
window->opacity = 0xFF;
|
||||
|
||||
META_WINDOW_GET_CLASS (window)->manage (window);
|
||||
|
||||
if (window->override_redirect)
|
||||
{
|
||||
window->decorated = FALSE;
|
||||
@ -960,6 +958,8 @@ _meta_window_shared_new (MetaDisplay *display,
|
||||
window->has_resize_func = FALSE;
|
||||
}
|
||||
|
||||
META_WINDOW_GET_CLASS (window)->manage (window);
|
||||
|
||||
if (!window->override_redirect)
|
||||
meta_window_update_icon_now (window);
|
||||
|
||||
|
Reference in New Issue
Block a user