forward declare fluxboxwindow and tab
This commit is contained in:
parent
5a5f274ac7
commit
7748d1a09c
1 changed files with 3 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: fluxbox.hh,v 1.33 2002/11/27 21:59:25 fluxgen Exp $
|
// $Id: fluxbox.hh,v 1.34 2002/11/30 20:16:14 fluxgen Exp $
|
||||||
|
|
||||||
#ifndef FLUXBOX_HH
|
#ifndef FLUXBOX_HH
|
||||||
#define FLUXBOX_HH
|
#define FLUXBOX_HH
|
||||||
|
@ -30,10 +30,7 @@
|
||||||
#include "Resource.hh"
|
#include "Resource.hh"
|
||||||
#include "Keys.hh"
|
#include "Keys.hh"
|
||||||
#include "BaseDisplay.hh"
|
#include "BaseDisplay.hh"
|
||||||
#include "Image.hh"
|
|
||||||
#include "Timer.hh"
|
#include "Timer.hh"
|
||||||
#include "Window.hh"
|
|
||||||
#include "Tab.hh"
|
|
||||||
#include "Toolbar.hh"
|
#include "Toolbar.hh"
|
||||||
#include "Observer.hh"
|
#include "Observer.hh"
|
||||||
|
|
||||||
|
@ -71,6 +68,8 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
class AtomHandler;
|
class AtomHandler;
|
||||||
|
class FluxboxWindow;
|
||||||
|
class Tab;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
main class for the window manager.
|
main class for the window manager.
|
||||||
|
|
Loading…
Reference in a new issue