diff options
author | rathnor <rathnor> | 2004-08-29 08:33:13 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-08-29 08:33:13 (GMT) |
commit | 97ef84da598aed61a6cb57a62796f302043181e8 (patch) | |
tree | fd68f9ef6703322537eca3743c3217b281d6ce7c /src/SystemTray.hh | |
parent | 8a59b9b4541490badaf3e1a0503b4ca5f0105c8f (diff) | |
download | fluxbox_pavel-97ef84da598aed61a6cb57a62796f302043181e8.zip fluxbox_pavel-97ef84da598aed61a6cb57a62796f302043181e8.tar.bz2 |
a few random fixes
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r-- | src/SystemTray.hh | 3 |
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 | ||
70 | private: | 71 | private: |
71 | typedef std::list<FbTk::FbWindow *> ClientList; | 72 | typedef std::list<FbTk::FbWindow *> ClientList; |