This is an automated email from the git hooks/post-receive script.

olivier pushed a 
commit to branch 
master
in repository xfce/xfwm4.

commit 8caede8ec53344ddf41fe03fc6b46c42f534916c
Author: Olivier Fourdan <four...@xfce.org>
Date:   Sun Apr 21 14:33:18 2019 +0200

    client: Fix regression with MWM hints
    
    Firefox with client-side decorations lost its hide/maximize ability.
    
    Fixes: d6481d1 "clients: Allow transients to be minimized"
    Signed-off-by: Olivier Fourdan <four...@xfce.org>
---
 src/client.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/client.c b/src/client.c
index ed0cbad..e3d6d9f 100644
--- a/src/client.c
+++ b/src/client.c
@@ -995,10 +995,7 @@ clientApplyMWMHints (Client *c, gboolean update)
                 }
                 else
                 {
-                    FLAG_UNSET (c->xfwm_flags, XFWM_FLAG_HAS_BORDER |
-                                               XFWM_FLAG_HAS_MENU |
-                                               XFWM_FLAG_HAS_HIDE |
-                                               XFWM_FLAG_HAS_MAXIMIZE);
+                    FLAG_UNSET (c->xfwm_flags, XFWM_FLAG_HAS_BORDER | 
XFWM_FLAG_HAS_MENU);
 
                     if (c->mwm_hints-> decorations & (MWM_DECOR_TITLE | 
MWM_DECOR_BORDER))
                     {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to