[Xfce4-commits] [xfce/xfwm4] 02/03: clients: Mark a client raising itself as from application
noreply at xfce.org
noreply at xfce.org
Wed Aug 1 23:22:44 CEST 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 1bb0aa4bf40d2bdd73d2966c001530731adcdef7
Author: Olivier Fourdan <fourdan at xfce.org>
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 <fourdan at xfce.org>
---
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.
More information about the Xfce4-commits
mailing list