diff options
author | zhuyaliang <[email protected]> | 2019-02-28 15:42:53 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-06 15:14:04 +0100 |
commit | efac7b71a26a9efa46ea72ced9067be1c9d26e78 (patch) | |
tree | 30f320ccff4e641db52c148044a7d313d4856d84 | |
parent | cd4c579c5268682218cba8743da496666b3862c2 (diff) | |
download | marco-efac7b71a26a9efa46ea72ced9067be1c9d26e78.tar.bz2 marco-efac7b71a26a9efa46ea72ced9067be1c9d26e78.tar.xz |
Do not judge whether the window is decorated or not
-rw-r--r-- | src/core/constraints.c | 1 |
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; |