Implement iconChange()
svn path=/trunk/kdebase/kwin/; revision=83016
This commit is contained in:
parent
43430cd19d
commit
6ab086647b
2 changed files with 5 additions and 0 deletions
|
@ -517,6 +517,10 @@ B2Client::B2Client( Workspace *ws, WId w, QWidget *parent,
|
|||
connect(options, SIGNAL(resetClients()), this, SLOT(slotReset()));
|
||||
}
|
||||
|
||||
void B2Client::iconChange()
|
||||
{
|
||||
button[BtnMenu]->repaint( false );
|
||||
}
|
||||
|
||||
void B2Client::resizeEvent( QResizeEvent* e)
|
||||
{
|
||||
|
|
|
@ -91,6 +91,7 @@ protected:
|
|||
void stickyChange(bool on);
|
||||
void activeChange(bool on);
|
||||
void maximizeChange(bool m);
|
||||
void iconChange();
|
||||
void doShape();
|
||||
MousePosition mousePosition( const QPoint& p ) const;
|
||||
private slots:
|
||||
|
|
Loading…
Reference in a new issue