summaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-04-16 14:43:06 (GMT)
committerrathnor <rathnor>2003-04-16 14:43:06 (GMT)
commitb3921bc4e6807ba759fe1b55b9da1f4885f88a1c (patch)
tree4c8b60de334dc67f80d0e71f13f675bed42f265e /src/Window.cc
parent0750c1966badd4c1aaade6127a3d78e0375cf410 (diff)
downloadfluxbox_lack-b3921bc4e6807ba759fe1b55b9da1f4885f88a1c.zip
fluxbox_lack-b3921bc4e6807ba759fe1b55b9da1f4885f88a1c.tar.bz2
fix workspace warping and netizen updates for warping (Simon)
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc
index fd070f9..6b55372 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.141 2003/04/16 13:43:50 rathnor Exp $ 25// $Id: Window.cc,v 1.142 2003/04/16 14:43:04 rathnor Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -2598,7 +2598,7 @@ void FluxboxWindow::stopMoving() {
2598 frame().height() + 2*frame().window().borderWidth()); 2598 frame().height() + 2*frame().window().borderWidth());
2599 moveResize(last_move_x, last_move_y, m_frame.width(), m_frame.height()); 2599 moveResize(last_move_x, last_move_y, m_frame.width(), m_frame.height());
2600 if (workspace_number != getScreen().getCurrentWorkspaceID()) { 2600 if (workspace_number != getScreen().getCurrentWorkspaceID()) {
2601 screen.reassociateGroup(this, getScreen().getCurrentWorkspaceID(), true); 2601 screen.reassociateWindow(this, getScreen().getCurrentWorkspaceID(), true);
2602 m_frame.show(); 2602 m_frame.show();
2603 } 2603 }
2604 fluxbox->ungrab(); 2604 fluxbox->ungrab();