From 11b288081c30b6a2ba5a64c84427bea993221fca Mon Sep 17 00:00:00 2001 From: Anne-Marie Mahfouf Date: Sat, 20 Dec 2003 23:54:25 +0000 Subject: [PATCH] I guess someone had to try to fix it so here am I hope I did right svn path=/trunk/kdebase/kwin/; revision=274083 --- geometry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geometry.cpp b/geometry.cpp index f6886b7fbc..c9fea3bfc8 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 1 +#if 0 // 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