[Xfce4-commits] [xfce/xfwm4] 01/07: Move window but do not switch workspace
noreply at xfce.org
noreply at xfce.org
Fri Feb 6 22:23:06 CET 2015
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit 355a32670c9e67e8f27229fbe2a7df8cbd5cf4ab
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Fri Feb 6 21:53:14 2015 +0100
Move window but do not switch workspace
Bug: 11511
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
src/events.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/events.c b/src/events.c
index 719ce41..4876742 100644
--- a/src/events.c
+++ b/src/events.c
@@ -411,7 +411,7 @@ handleKeyPress (DisplayInfo *display_info, XKeyEvent * ev)
if ((guint) (key - KEY_MOVE_WORKSPACE_1) < screen_info->workspace_count)
{
clientRaise (c, None);
- workspaceSwitch (screen_info, key - KEY_MOVE_WORKSPACE_1, c, TRUE, ev->time);
+ clientSetWorkspace (c, key - KEY_MOVE_WORKSPACE_1, TRUE);
}
break;
case KEY_POPUP_MENU:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list