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

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

commit 11421dc28cf3a4ea6598eb32f48dc39da2c078db
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>
    (cherry picked from commit 87cbe0e3d01d467c14aa2bb4d3656bf6b39a4247)
---
 src/client.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/client.c b/src/client.c
index 3496d9e..3a5531d 100644
--- a/src/client.c
+++ b/src/client.c
@@ -908,6 +908,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