aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 2311634..13167e7 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -3900,6 +3900,10 @@ void FluxboxWindow::sendConfigureNotify(bool send_to_netizens) {
3900 screen().updateNetizenConfigNotify(event); 3900 screen().updateNetizenConfigNotify(event);
3901 } 3901 }
3902 } // end for 3902 } // end for
3903
3904 if (send_to_netizens) {
3905 Fluxbox::instance()->updateFrameExtents(*this);
3906 }
3903} 3907}
3904 3908
3905 3909