Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not judge whether the window is decorated or not
  • Loading branch information
zhuyaliang authored and raveit65 committed Mar 6, 2019
1 parent 230f96c commit 369338f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/constraints.c
Expand Up @@ -1528,7 +1528,6 @@ constrain_titlebar_visible (MetaWindow *window,
window->type == META_WINDOW_DOCK ||
window->fullscreen ||
!window->require_titlebar_visible ||
!window->decorated ||
unconstrained_user_action)
return TRUE;

Expand Down

0 comments on commit 369338f

Please sign in to comment.