[Xfce4-commits] [xfce/xfwm4] 01/01: client: Fix regression with MWM hints

noreply at xfce.org noreply at xfce.org
Sun Apr 21 14:38:00 CEST 2019


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

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit 8caede8ec53344ddf41fe03fc6b46c42f534916c
Author: Olivier Fourdan <fourdan at 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 <fourdan at 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.


More information about the Xfce4-commits mailing list