From cc6c0692694057cc496a1a0e4a0e9d13dacd41d9 Mon Sep 17 00:00:00 2001 From: Carsten Pfeiffer Date: Wed, 9 Aug 2000 18:59:41 +0000 Subject: [PATCH] compile svn path=/trunk/kdebase/kwin/; revision=60379 --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index 4b972b9768..4a6d940883 100644 --- a/client.cpp +++ b/client.cpp @@ -879,7 +879,7 @@ bool Client::configureRequest( XConfigureRequestEvent& e ) nh = e.height; QSize ns = sizeForWindowSize( QSize( nw, nh ) ); if ( ns == size() ) - return; // broken xemacs stuff (ediff) + return TRUE; // broken xemacs stuff (ediff) resize( ns ); }