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:
Karol Szwed 2001-03-23 09:28:40 +00:00
parent 68285bb415
commit fe44db9631

View file

@ -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() );
}