No longer necessary to eat paint events during transparent move/resize ?
http://lists.kde.org/?l=kwin&m=108523300632332&w=2 svn path=/trunk/kdebase/kwin/; revision=314043
This commit is contained in:
parent
4952833028
commit
b5181ba7f8
1 changed files with 1 additions and 1 deletions
|
@ -1743,7 +1743,7 @@ bool Client::startMoveResize()
|
|||
// eat them, otherwise XOR painting will be broken (#58054)
|
||||
// paint events for the geometrytip need to be allowed, though
|
||||
eater = new EatAllPaintEvents;
|
||||
kapp->installEventFilter( eater );
|
||||
// not needed anymore? kapp->installEventFilter( eater );
|
||||
}
|
||||
Notify::raise( isResize() ? Notify::ResizeStart : Notify::MoveStart );
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue