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

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

commit 1bb0aa4bf40d2bdd73d2966c001530731adcdef7
Author: Olivier Fourdan <[email protected]>
Date:   Wed Aug 1 23:14:57 2018 +0200

    clients: Mark a client raising itself as from application
    
    Bug: 12206
    
    When a client restacks its own windows, consider this is an activation
    from the application.
    
    Signed-off-by: Olivier Fourdan <[email protected]>
---
 src/client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client.c b/src/client.c
index d58d7c3..8d45696 100644
--- a/src/client.c
+++ b/src/client.c
@@ -941,7 +941,7 @@ clientMoveResizeWindow (Client *c, XWindowChanges * wc, 
unsigned long mask)
             }
             else
             {
-                clientActivate (c, getXServerTime (display_info), FALSE);
+                clientActivate (c, getXServerTime (display_info), TRUE);
             }
         }
     }

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

Reply via email to