From cb4d16f2d086184d79c8b4325872ade8fde6f1f0 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 9 Apr 2003 12:59:57 +0000 Subject: minor update --- src/IconBar.hh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/IconBar.hh b/src/IconBar.hh index 1ac3809..0000ffa 100644 --- a/src/IconBar.hh +++ b/src/IconBar.hh @@ -1,5 +1,5 @@ // IconBar.hh for Fluxbox Window Manager -// Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) +// Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), @@ -13,21 +13,26 @@ // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // 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: IconBar.hh,v 1.11 2003/03/03 21:51:03 rathnor Exp $ +// $Id: IconBar.hh,v 1.12 2003/04/09 12:59:57 fluxgen Exp $ #ifndef ICONBAR_HH #define ICONBAR_HH -#include "Window.hh" - +#include #include +class FluxboxWindow; +class BScreen; + +namespace FbTk { +class Font; +}; /** Icon object in IconBar */ -- cgit v0.11.2