Apparently one needs to be clever when dealing with stupid things (part of #70623).
svn path=/trunk/kdebase/kwin/; revision=273901
This commit is contained in:
parent
b74a977626
commit
45f26c3985
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ void Client::configureRequest( int value_mask, int rx, int ry, int rw, int rh, i
|
||||||
if ( value_mask & CWY )
|
if ( value_mask & CWY )
|
||||||
new_pos.setY( ry );
|
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
|
// clever workaround for applications like xv that want to set
|
||||||
// the location to the current location but miscalculate the
|
// the location to the current location but miscalculate the
|
||||||
// frame size due to kwin being a double-reparenting window
|
// frame size due to kwin being a double-reparenting window
|
||||||
|
|
Loading…
Reference in a new issue