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

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

commit 87cbe0e3d01d467c14aa2bb4d3656bf6b39a4247
Author: Olivier Fourdan <four...@xfce.org>
Date:   Fri Dec 8 20:17:25 2017 +0100

    client: Make sure to redraw when removing maximized
    
    Bug: 13954
    
    When a client issues a ConfigureRequest() on a toplevel window, that
    window may transition from maximized to un-maximized state.
    
    Make sure we repaint and relocate the client window within the frame.
    
    Signed-off-by: Olivier Fourdan <four...@xfce.org>
---
 src/client.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/client.c b/src/client.c
index 9aa57f7..5282f26 100644
--- a/src/client.c
+++ b/src/client.c
@@ -909,6 +909,7 @@ clientMoveResizeWindow (Client *c, XWindowChanges * wc, 
unsigned long mask)
         if (FLAG_TEST (c->flags, CLIENT_FLAG_MAXIMIZED))
         {
             clientRemoveMaximizeFlag (c);
+            flags |= CFG_FORCE_REDRAW;
         }
 
         flags |= CFG_REQUEST | CFG_CONSTRAINED;

-- 
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