capture condensedTitle config change
This commit is contained in:
parent
c88742db98
commit
fb356a8bef
2 changed files with 3 additions and 1 deletions
|
@ -211,6 +211,8 @@ Client::Client(Workspace* ws)
|
|||
connect(this, SIGNAL(clientStartUserMovedResized(KWin::Client*)), SIGNAL(moveResizedChanged()));
|
||||
connect(this, SIGNAL(clientFinishUserMovedResized(KWin::Client*)), SIGNAL(moveResizedChanged()));
|
||||
|
||||
connect(options, SIGNAL(condensedTitleChanged()), SLOT(updateCaption()));
|
||||
|
||||
// SELI TODO: Initialize xsizehints??
|
||||
}
|
||||
|
||||
|
|
2
client.h
2
client.h
|
@ -499,7 +499,6 @@ public:
|
|||
void updateCompositeBlocking(bool readProperty = false);
|
||||
|
||||
QString caption(bool full = true, bool stripped = false) const;
|
||||
void updateCaption();
|
||||
|
||||
void keyPressEvent(uint key_code); // FRAME ??
|
||||
void updateMouseGrab();
|
||||
|
@ -654,6 +653,7 @@ public:
|
|||
|
||||
public slots:
|
||||
void closeWindow();
|
||||
void updateCaption();
|
||||
|
||||
private slots:
|
||||
void autoRaise();
|
||||
|
|
Loading…
Reference in a new issue