Damage also new position after moving.

svn path=/branches/work/kwin_composite/; revision=632609
This commit is contained in:
Luboš Luňák 2007-02-11 18:46:50 +00:00
parent 9704203415
commit 559f90a06a

View file

@ -1790,6 +1790,7 @@ void Client::move( int x, int y, ForceGeometry_t force )
checkMaximizeGeometry();
// client itself is not damaged
workspace()->addDamage( geom_before_block ); // TODO add damage only if not obscured
workspace()->addDamage( geom ); // damage window's new location
geom_before_block = geom;
}