all repos — fluxbox @ 7748d1a09c58cf6eb608543e802a52c0e356d61e

custom fork of the fluxbox windowmanager

forward declare fluxboxwindow and tab
fluxgen fluxgen
commit

7748d1a09c58cf6eb608543e802a52c0e356d61e

parent

5a5f274ac73e890e75148446b3aa92397ce399a4

1 files changed, 3 insertions(+), 4 deletions(-)

jump to
M src/fluxbox.hhsrc/fluxbox.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // 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 #define FLUXBOX_HH

@@ -30,10 +30,7 @@

#include "Resource.hh" #include "Keys.hh" #include "BaseDisplay.hh" -#include "Image.hh" #include "Timer.hh" -#include "Window.hh" -#include "Tab.hh" #include "Toolbar.hh" #include "Observer.hh"

@@ -71,6 +68,8 @@ #include <string>

#include <vector> class AtomHandler; +class FluxboxWindow; +class Tab; /** main class for the window manager.