trigraph removed

svn path=/trunk/kdebase/kwin/; revision=333257
This commit is contained in:
George Staikos 2004-07-27 14:47:26 +00:00
parent 37f682c907
commit 8694e51361

View file

@ -600,7 +600,7 @@ void Workspace::cascadeDesktop()
(!(*it)->isMovable()) )
continue;
initPositioning->placeCascaded(*it, QRect(), re_init_cascade_at_first_client);
//CT is an if faster than an attribution??
//CT is an if faster than an attribution?
if (re_init_cascade_at_first_client)
re_init_cascade_at_first_client = false;
}
@ -1340,7 +1340,7 @@ void Client::configureRequest( int value_mask, int rx, int ry, int rw, int rh, i
if ( value_mask & CWY )
new_pos.setY( ry );
// 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
// frame size due to kwin being a double-reparenting window
// manager