mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05:00
Ensure that meta_compositor_map_window() is even when we only get MapNotify.
This commit is contained in:
parent
4b3a8fefb6
commit
fc6b78a20c
@ -2468,6 +2468,11 @@ meta_window_show (MetaWindow *window)
|
||||
|
||||
window->was_minimized = FALSE;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (window->display->compositor)
|
||||
meta_compositor_map_window (window->display->compositor, window);
|
||||
}
|
||||
|
||||
if (window->iconic)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user