Skip to content

Commit

Permalink
window: Update monitor state before showing the window (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaszhix authored and clefebvre committed Mar 22, 2019
1 parent edfc523 commit 45498a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/window.c
Expand Up @@ -3110,6 +3110,8 @@ meta_window_show (MetaWindow *window)

if (!window->visible_to_compositor)
{
meta_window_update_monitor (window);

window->visible_to_compositor = TRUE;

MetaCompEffect effect = META_COMP_EFFECT_NONE;
Expand Down

0 comments on commit 45498a2

Please sign in to comment.