Workspace::updateOnAllDesktopsOfTransients operates on AbstractClient
This commit is contained in:
parent
69be73d382
commit
4a3d0fdac6
2 changed files with 2 additions and 2 deletions
|
@ -382,7 +382,7 @@ void Workspace::updateMinimizedOfTransients(AbstractClient* c)
|
||||||
/*!
|
/*!
|
||||||
Sets the client \a c's transient windows' on_all_desktops property to \a on_all_desktops.
|
Sets the client \a c's transient windows' on_all_desktops property to \a on_all_desktops.
|
||||||
*/
|
*/
|
||||||
void Workspace::updateOnAllDesktopsOfTransients(Client* c)
|
void Workspace::updateOnAllDesktopsOfTransients(AbstractClient* c)
|
||||||
{
|
{
|
||||||
for (auto it = c->transients().constBegin();
|
for (auto it = c->transients().constBegin();
|
||||||
it != c->transients().constEnd();
|
it != c->transients().constEnd();
|
||||||
|
|
|
@ -263,7 +263,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
void updateMinimizedOfTransients(AbstractClient*);
|
void updateMinimizedOfTransients(AbstractClient*);
|
||||||
void updateOnAllDesktopsOfTransients(Client*);
|
void updateOnAllDesktopsOfTransients(AbstractClient*);
|
||||||
void checkTransients(xcb_window_t w);
|
void checkTransients(xcb_window_t w);
|
||||||
|
|
||||||
void storeSession(KConfig* config, SMSavePhase phase);
|
void storeSession(KConfig* config, SMSavePhase phase);
|
||||||
|
|
Loading…
Reference in a new issue