summaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Window.cc b/src/Window.cc
index da1809d..4f92e86 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -2845,15 +2845,6 @@ void FluxboxWindow::stopMoving(bool interrupted) {
2845 2845
2846 fluxbox->maskWindowEvents(0, 0); 2846 fluxbox->maskWindowEvents(0, 0);
2847 2847
2848 // if no real movement happend -> raise if clickrais is disabled
2849 if (m_last_move_x - frame().x() == 0 &&
2850 m_last_move_y - frame().y() == 0 &&
2851 !screen().clickRaises()) {
2852
2853 raise();
2854 }
2855
2856
2857 if (! screen().doOpaqueMove()) { 2848 if (! screen().doOpaqueMove()) {
2858 parent().drawRectangle(screen().rootTheme()->opGC(), 2849 parent().drawRectangle(screen().rootTheme()->opGC(),
2859 m_last_move_x, m_last_move_y, 2850 m_last_move_x, m_last_move_y,