reset user time stamp on withdraw (makes reuse of dialogs possible). Great stuff!
svn path=/trunk/kdebase/kwin/; revision=140743
This commit is contained in:
parent
c125fb612d
commit
cc754a1eb1
1 changed files with 2 additions and 2 deletions
|
@ -391,8 +391,8 @@ void WindowWrapper::releaseWindow()
|
|||
parentWidget()->x(),
|
||||
parentWidget()->y() );
|
||||
}
|
||||
|
||||
XRemoveFromSaveSet(qt_xdisplay(), win );
|
||||
XDeleteProperty( qt_xdisplay(), win, atoms->kde_net_user_time);
|
||||
XRemoveFromSaveSet( qt_xdisplay(), win );
|
||||
XSelectInput( qt_xdisplay(), win, NoEventMask );
|
||||
invalidateWindow();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue