aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Screen.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 2d04566..251284a 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -671,10 +671,10 @@ void BScreen::changeWorkspaceID(int id) {
671 671
672 current_workspace->showAll(); 672 current_workspace->showAll();
673 673
674 if (resource.focus_last && current_workspace->getLastFocusedWindow()) { 674 if (resource.focus_last && current_workspace->getLastFocusedWindow())
675 XSync(fluxbox->getXDisplay(), False);
676 current_workspace->getLastFocusedWindow()->setInputFocus(); 675 current_workspace->getLastFocusedWindow()->setInputFocus();
677 } 676
677 XSync(fluxbox->getXDisplay(), True);
678 } 678 }
679 679
680 updateNetizenCurrentWorkspace(); 680 updateNetizenCurrentWorkspace();