capture condensedTitle config change

This commit is contained in:
Thomas Lübking 2013-01-27 20:09:16 +01:00
parent c88742db98
commit fb356a8bef
2 changed files with 3 additions and 1 deletions

View file

@ -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??
}

View file

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