[Xfce4-commits] <xfwm4:master> Fix bug #4679, focus-follows-mouse activate/raise should not do focus
Olivier Fourdan
noreply at xfce.org
Fri Dec 3 11:36:02 CET 2010
Updating branch refs/heads/master
to ab734ca44064e317387ab9e49e2805c6d4a0aba6 (commit)
from 06299dbe2639c8be60229defd00bd9436cadcfb6 (commit)
commit ab734ca44064e317387ab9e49e2805c6d4a0aba6
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Tue Nov 30 17:52:59 2010 +0100
Fix bug #4679, focus-follows-mouse activate/raise should not do focus
src/client.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/client.c b/src/client.c
index 862f750..e16c54e 100644
--- a/src/client.c
+++ b/src/client.c
@@ -876,7 +876,7 @@ clientMoveResizeWindow (Client * c, XWindowChanges * wc, unsigned long mask)
}
else
{
- clientActivate (c, getXServerTime (display_info), TRUE);
+ clientActivate (c, getXServerTime (display_info), FALSE);
}
}
}
More information about the Xfce4-commits
mailing list