all repos — fluxbox @ 1fdef35e51e10da72652215b1ee8926be79ff748

custom fork of the fluxbox windowmanager

remove some unneeded code
Mark Tiefenbruck mark@fluxbox.org
commit

1fdef35e51e10da72652215b1ee8926be79ff748

parent

dda95bf106079fdfd12a690de0ce79a88279505f

1 files changed, 0 insertions(+), 9 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -2845,15 +2845,6 @@ Fluxbox *fluxbox = Fluxbox::instance();

fluxbox->maskWindowEvents(0, 0); - // if no real movement happend -> raise if clickrais is disabled - if (m_last_move_x - frame().x() == 0 && - m_last_move_y - frame().y() == 0 && - !screen().clickRaises()) { - - raise(); - } - - if (! screen().doOpaqueMove()) { parent().drawRectangle(screen().rootTheme()->opGC(), m_last_move_x, m_last_move_y,