aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-30 20:16:14 (GMT)
committerfluxgen <fluxgen>2002-11-30 20:16:14 (GMT)
commit7748d1a09c58cf6eb608543e802a52c0e356d61e (patch)
tree3143212cad2dc5f7c6abd7a633f91722af79d4af /src
parent5a5f274ac73e890e75148446b3aa92397ce399a4 (diff)
downloadfluxbox_pavel-7748d1a09c58cf6eb608543e802a52c0e356d61e.zip
fluxbox_pavel-7748d1a09c58cf6eb608543e802a52c0e356d61e.tar.bz2
forward declare fluxboxwindow and tab
Diffstat (limited to 'src')
-rw-r--r--src/fluxbox.hh7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index b6ac9b7..0d446d8 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.33 2002/11/27 21:59:25 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.34 2002/11/30 20:16:14 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -30,10 +30,7 @@
30#include "Resource.hh" 30#include "Resource.hh"
31#include "Keys.hh" 31#include "Keys.hh"
32#include "BaseDisplay.hh" 32#include "BaseDisplay.hh"
33#include "Image.hh"
34#include "Timer.hh" 33#include "Timer.hh"
35#include "Window.hh"
36#include "Tab.hh"
37#include "Toolbar.hh" 34#include "Toolbar.hh"
38#include "Observer.hh" 35#include "Observer.hh"
39 36
@@ -71,6 +68,8 @@
71#include <vector> 68#include <vector>
72 69
73class AtomHandler; 70class AtomHandler;
71class FluxboxWindow;
72class Tab;
74 73
75/** 74/**
76 main class for the window manager. 75 main class for the window manager.