aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-08-29 08:33:13 (GMT)
committerrathnor <rathnor>2004-08-29 08:33:13 (GMT)
commit97ef84da598aed61a6cb57a62796f302043181e8 (patch)
treefd68f9ef6703322537eca3743c3217b281d6ce7c /src/SystemTray.hh
parent8a59b9b4541490badaf3e1a0503b4ca5f0105c8f (diff)
downloadfluxbox-97ef84da598aed61a6cb57a62796f302043181e8.zip
fluxbox-97ef84da598aed61a6cb57a62796f302043181e8.tar.bz2
a few random fixes
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r--src/SystemTray.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh
index 324b544..2091241 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.5 2004/08/25 17:16:40 rathnor Exp $ 22// $Id: SystemTray.hh,v 1.6 2004/08/29 08:33:12 rathnor Exp $
23 23
24#ifndef SYSTEMTRAY_HH 24#ifndef SYSTEMTRAY_HH
25#define SYSTEMTRAY_HH 25#define SYSTEMTRAY_HH
@@ -66,6 +66,7 @@ public:
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() {}
69 inline void updateSizing() {}
69 70
70private: 71private:
71 typedef std::list<FbTk::FbWindow *> ClientList; 72 typedef std::list<FbTk::FbWindow *> ClientList;