From 45f26c3985ce8707eccbf5639ca12eaa79c8d71f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 19 Dec 2003 18:19:27 +0000 Subject: [PATCH] Apparently one needs to be clever when dealing with stupid things (part of #70623). svn path=/trunk/kdebase/kwin/; revision=273901 --- geometry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geometry.cpp b/geometry.cpp index e195cf1729..f6886b7fbc 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -922,7 +922,7 @@ void Client::configureRequest( int value_mask, int rx, int ry, int rw, int rh, i if ( value_mask & CWY ) new_pos.setY( ry ); -#if 0 /* let's see how well things will work without trying to be clever */ +#if 1 // clever workaround for applications like xv that want to set // the location to the current location but miscalculate the // frame size due to kwin being a double-reparenting window