Damage also new position after moving.
svn path=/branches/work/kwin_composite/; revision=632609
This commit is contained in:
parent
9704203415
commit
559f90a06a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue