diff options
author | rathnor <rathnor> | 2004-08-25 17:16:40 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-08-25 17:16:40 (GMT) |
commit | 5337fc6640efbe911682568b6281850fd322e4bb (patch) | |
tree | b2a722b45550cee7dc612b113ddebd9395841ab7 /src/SystemTray.hh | |
parent | f32969d4e5a18bddd426b481824eb50902cba5de (diff) | |
download | fluxbox_pavel-5337fc6640efbe911682568b6281850fd322e4bb.zip fluxbox_pavel-5337fc6640efbe911682568b6281850fd322e4bb.tar.bz2 |
fix up theming of the toolbar
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r-- | src/SystemTray.hh | 5 |
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 | |||
68 | private: | 70 | private: |
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 | ||