svn path=/trunk/kdebase/kwin/; revision=60379
icc-effect-5.14.5
Carsten Pfeiffer 2000-08-09 18:59:41 +00:00
parent 7534feaf4a
commit cc6c069269
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}