Added a dcop signal "dcopResetAllClients()" to allow other apps to be notified
when the user has changed the current kwin client decoration via the titlebar. svn path=/trunk/kdebase/kwin/; revision=88294
This commit is contained in:
parent
68285bb415
commit
fe44db9631
1 changed files with 4 additions and 0 deletions
|
@ -2991,6 +2991,10 @@ void Workspace::slotResetAllClients()
|
|||
block_focus = FALSE;
|
||||
if ( active )
|
||||
requestFocus( active );
|
||||
|
||||
// Add a dcop signal to allow other apps to know when the kwin client
|
||||
// has been changed by via the titlebar decoration selection.
|
||||
kapp->dcopClient()->emitDCOPSignal("dcopResetAllClients()", QByteArray() );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue