aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r--src/IconButton.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index 5a6af0d..d1eb17e 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -73,6 +73,12 @@ private:
73 void setupWindow(); 73 void setupWindow();
74 void showTooltip(); 74 void showTooltip();
75 75
76 /// Refresh all pixmaps and windows
77 /// @param setup Wether to setup window again.
78 void refreshEverything(bool setup);
79 /// Called when client title changed.
80 void clientTitleChanged();
81
76 Focusable &m_win; 82 Focusable &m_win;
77 FbTk::FbWindow m_icon_window; 83 FbTk::FbWindow m_icon_window;
78 FbTk::FbPixmap m_icon_pixmap; 84 FbTk::FbPixmap m_icon_pixmap;