From efac7b71a26a9efa46ea72ced9067be1c9d26e78 Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Thu, 28 Feb 2019 15:42:53 +0800 Subject: Do not judge whether the window is decorated or not --- src/core/constraints.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.1