aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-09-12 14:56:20 (GMT)
committerrathnor <rathnor>2004-09-12 14:56:20 (GMT)
commit42c1fd3ae3dd058e146b7350c65b74386123c25c (patch)
treecc549c2c7b12c87f8c33198f5b30f00d9dd30bc6 /src/SystemTray.hh
parentc39234195a46cece2bdb18dfdde6c91c7a190dc4 (diff)
downloadfluxbox-42c1fd3ae3dd058e146b7350c65b74386123c25c.zip
fluxbox-42c1fd3ae3dd058e146b7350c65b74386123c25c.tar.bz2
preliminary support for composite/compositing manager. Also general work
for consistency with transparency resources
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r--src/SystemTray.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh
index 2091241..91a017d 100644
--- a/src/SystemTray.hh
+++ b/src/SystemTray.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: SystemTray.hh,v 1.6 2004/08/29 08:33:12 rathnor Exp $ 22// $Id: SystemTray.hh,v 1.7 2004/09/12 14:56:19 rathnor Exp $
23 23
24#ifndef SYSTEMTRAY_HH 24#ifndef SYSTEMTRAY_HH
25#define SYSTEMTRAY_HH 25#define SYSTEMTRAY_HH
@@ -65,7 +65,7 @@ public:
65 int numClients() const { return m_clients.size(); } 65 int numClients() const { return m_clients.size(); }
66 const FbTk::FbWindow &window() const { return m_window; } 66 const FbTk::FbWindow &window() const { return m_window; }
67 67
68 inline void renderTheme() {} 68 inline void renderTheme(unsigned char alpha) {}
69 inline void updateSizing() {} 69 inline void updateSizing() {}
70 70
71private: 71private: