summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2019-02-28 15:42:53 +0800
committerraveit65 <[email protected]>2019-03-06 15:14:04 +0100
commitefac7b71a26a9efa46ea72ced9067be1c9d26e78 (patch)
tree30f320ccff4e641db52c148044a7d313d4856d84 /src
parentcd4c579c5268682218cba8743da496666b3862c2 (diff)
downloadmarco-efac7b71a26a9efa46ea72ced9067be1c9d26e78.tar.bz2
marco-efac7b71a26a9efa46ea72ced9067be1c9d26e78.tar.xz
Do not judge whether the window is decorated or not
Diffstat (limited to 'src')
-rw-r--r--src/core/constraints.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/constraints.c b/src/core/constraints.c
index c31c525d..16a9bd3a 100644
--- a/src/core/constraints.c
+++ b/src/core/constraints.c
@@ -1481,7 +1481,6 @@ constrain_titlebar_visible (MetaWindow *window,
window->type == META_WINDOW_DOCK ||
window->fullscreen ||
!window->require_titlebar_visible ||
- !window->decorated ||
unconstrained_user_action)
return TRUE;