diff options
author | zhuyaliang <[email protected]> | 2019-02-28 15:42:53 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-06 15:11:22 +0100 |
commit | 38cd6190c8b2c1553fa814b23734439e0e95f577 (patch) | |
tree | 13a9f92e8996aab5a75a3b8be3bf600826527dcc /src/core/constraints.c | |
parent | 58c6a2d7910feea665fb0f6a664e5091f19a8e2d (diff) | |
download | marco-38cd6190c8b2c1553fa814b23734439e0e95f577.tar.bz2 marco-38cd6190c8b2c1553fa814b23734439e0e95f577.tar.xz |
Do not judge whether the window is decorated or not
Diffstat (limited to 'src/core/constraints.c')
-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 c3acb128..2c56c780 100644 --- a/src/core/constraints.c +++ b/src/core/constraints.c @@ -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; |