all repos — fluxbox @ 398b63c7c54f16f92dfbd305f6899253372a4260

custom fork of the fluxbox windowmanager

fix resizing from apps file with defaultDeco != NORMAL
Mark Tiefenbruck mark@fluxbox.org
commit

398b63c7c54f16f92dfbd305f6899253372a4260

parent

af0f2419541aa7edccce74267c839b830f14d381

1 files changed, 3 insertions(+), 2 deletions(-)

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

@@ -500,12 +500,13 @@

} else setOnHead(screen().getCurrHead()); + // we must do this now, or else resizing may not work properly + applyDecorations(true); + Fluxbox::instance()->attachSignals(*this); // this window is managed, we are now allowed to modify actual state m_initialized = true; - - applyDecorations(true); restoreAttributes();