aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r--src/SystemTray.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh
index 556934a..324b544 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.4 2004/04/19 22:48:19 fluxgen Exp $ 22// $Id: SystemTray.hh,v 1.5 2004/08/25 17:16:40 rathnor Exp $
23 23
24#ifndef SYSTEMTRAY_HH 24#ifndef SYSTEMTRAY_HH
25#define SYSTEMTRAY_HH 25#define SYSTEMTRAY_HH
@@ -65,11 +65,12 @@ 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() {}
69
68private: 70private:
69 typedef std::list<FbTk::FbWindow *> ClientList; 71 typedef std::list<FbTk::FbWindow *> ClientList;
70 ClientList::iterator findClient(Window win); 72 ClientList::iterator findClient(Window win);
71 73
72 void renderTheme();
73 void rearrangeClients(); 74 void rearrangeClients();
74 void removeAllClients(); 75 void removeAllClients();
75 76