diff options
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r-- | src/SystemTray.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh index 153220c..3209790 100644 --- a/src/SystemTray.hh +++ b/src/SystemTray.hh | |||
@@ -74,7 +74,7 @@ public: | |||
74 | int numClients() const { return m_clients.size(); } | 74 | int numClients() const { return m_clients.size(); } |
75 | const FbTk::FbWindow &window() const { return m_window; } | 75 | const FbTk::FbWindow &window() const { return m_window; } |
76 | 76 | ||
77 | void renderTheme(unsigned char alpha) { | 77 | void renderTheme(int alpha) { |
78 | m_window.setBorderWidth(m_theme->border().width()); | 78 | m_window.setBorderWidth(m_theme->border().width()); |
79 | m_window.setBorderColor(m_theme->border().color()); | 79 | m_window.setBorderColor(m_theme->border().color()); |
80 | m_window.setAlpha(alpha); | 80 | m_window.setAlpha(alpha); |