From d5c3c3c6b29fc303e016451cbf042835c785bde6 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 10 Sep 2003 09:56:18 +0000 Subject: setUpdateDelayTime --- src/Window.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Window.cc b/src/Window.cc index 11fe5c5..232f2f3 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.222 2003/08/25 17:07:32 fluxgen Exp $ +// $Id: Window.cc,v 1.223 2003/09/10 09:56:18 fluxgen Exp $ #include "Window.hh" @@ -952,6 +952,7 @@ void FluxboxWindow::reconfigure() { grabButtons(); frame().setDoubleClickTime(Fluxbox::instance()->getDoubleClickInterval()); + frame().setUpdateDelayTime(Fluxbox::instance()->getUpdateDelayTime()); m_windowmenu.reconfigure(); -- cgit v0.11.2