diff options
author | markt <markt> | 2007-02-25 22:19:35 (GMT) |
---|---|---|
committer | markt <markt> | 2007-02-25 22:19:35 (GMT) |
commit | 78de14a99ce00b8148cc2a05b54b24c13a26776f (patch) | |
tree | 1a9ef3f23f4b00ef4f4e805998475705efed0e9f /src/SystemTray.hh | |
parent | 68aa6be21661205004e05b49d96f2571df3a8ff7 (diff) | |
download | fluxbox_pavel-78de14a99ce00b8148cc2a05b54b24c13a26776f.zip fluxbox_pavel-78de14a99ce00b8148cc2a05b54b24c13a26776f.tar.bz2 |
update systemtray alpha with toolbar alpha
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 0d4afc8..392ca11 100644 --- a/src/SystemTray.hh +++ b/src/SystemTray.hh | |||
@@ -69,7 +69,7 @@ public: | |||
69 | int numClients() const { return m_clients.size(); } | 69 | int numClients() const { return m_clients.size(); } |
70 | const FbTk::FbWindow &window() const { return m_window; } | 70 | const FbTk::FbWindow &window() const { return m_window; } |
71 | 71 | ||
72 | inline void renderTheme(unsigned char alpha) {} | 72 | inline void renderTheme(unsigned char alpha) { m_window.setAlpha(alpha); update(0); } |
73 | inline void updateSizing() {} | 73 | inline void updateSizing() {} |
74 | 74 | ||
75 | void parentMoved() { m_window.parentMoved(); } | 75 | void parentMoved() { m_window.parentMoved(); } |