diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 5fc01e0..fe20625 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.74 2003/10/05 06:28:47 rathnor Exp $ | 25 | // $Id: fluxbox.hh,v 1.75 2003/12/03 00:29:39 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -65,6 +65,7 @@ class WinClient; | |||
65 | class Keys; | 65 | class Keys; |
66 | class BScreen; | 66 | class BScreen; |
67 | class FbAtoms; | 67 | class FbAtoms; |
68 | class Toolbar; | ||
68 | 69 | ||
69 | 70 | ||
70 | /// main class for the window manager. | 71 | /// main class for the window manager. |
@@ -310,6 +311,8 @@ private: | |||
310 | static Fluxbox::Titlebar s_titlebar_left[], s_titlebar_right[]; | 311 | static Fluxbox::Titlebar s_titlebar_left[], s_titlebar_right[]; |
311 | static Fluxbox *s_singleton; | 312 | static Fluxbox *s_singleton; |
312 | std::vector<AtomHandler *> m_atomhandler; | 313 | std::vector<AtomHandler *> m_atomhandler; |
314 | std::vector<Toolbar *> m_toolbars; | ||
315 | |||
313 | bool m_starting; | 316 | bool m_starting; |
314 | bool m_shutdown; | 317 | bool m_shutdown; |
315 | int m_server_grabs; | 318 | int m_server_grabs; |