aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-03-03 12:29:31 (GMT)
committerrathnor <rathnor>2004-03-03 12:29:31 (GMT)
commitf9fbd86c75181e6701bd93e174773a98b391382c (patch)
tree4778bbdc492deb21cc078a61748362f4c2f67e53 /src/Window.cc
parentbf0b194d5fe611601bb8076b7a123a631da1f3ed (diff)
downloadfluxbox-f9fbd86c75181e6701bd93e174773a98b391382c.zip
fluxbox-f9fbd86c75181e6701bd93e174773a98b391382c.tar.bz2
fix outline moving windows being dropped on their own workspace
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index f7d7bf2..7638306 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.268 2004/02/20 09:07:27 fluxgen Exp $ 25// $Id: Window.cc,v 1.269 2004/03/03 12:29:31 rathnor Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -2867,6 +2867,7 @@ void FluxboxWindow::resumeMoving() {
2867 2867
2868 if (m_workspace_number == screen().currentWorkspaceID()) { 2868 if (m_workspace_number == screen().currentWorkspaceID()) {
2869 frame().show(); 2869 frame().show();
2870 setInputFocus();
2870 } 2871 }
2871 2872
2872 FbTk::App::instance()->sync(false); 2873 FbTk::App::instance()->sync(false);