[Xfce4-commits] [xfce/xfwm4] 01/01: stacking: Raise on activate w/out click-to-focus

noreply at xfce.org noreply at xfce.org
Sun Jan 21 17:39:33 CET 2018


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 15a64b0f66856af40b324d9869fb2002abc40c42
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Sun Jan 21 17:35:16 2018 +0100

    stacking: Raise on activate w/out click-to-focus
    
    Bug 14164
    
    Still need to raise the window on activate when using focus follow mode
    otherwise.
---
 src/client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client.c b/src/client.c
index 0de213d..e66e07a 100644
--- a/src/client.c
+++ b/src/client.c
@@ -2609,7 +2609,7 @@ clientActivate (Client *c, guint32 timestamp, gboolean source_is_application)
             }
         }
         clientShow (ancestor, TRUE);
-        if (c != ancestor)
+        if (c != ancestor || !screen_info->params->click_to_focus)
         {
             clientRaise (ancestor, None);
             clientSetLastRaise (c);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list