From 38cd6190c8b2c1553fa814b23734439e0e95f577 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(-) 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; -- cgit v1.2.1