all repos — fluxbox @ cb4d16f2d086184d79c8b4325872ade8fde6f1f0

custom fork of the fluxbox windowmanager

minor update
fluxgen fluxgen
commit

cb4d16f2d086184d79c8b4325872ade8fde6f1f0

parent

3b9b77d6c7a23b1ad4ea764a9ab6ed5f5ca5aa31

1 files changed, 10 insertions(+), 5 deletions(-)

jump to
M src/IconBar.hhsrc/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 @@ // all copies or substantial portions of the Software.

// // 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 <X11/Xlib.h> +#include <list> -#include <list> +class FluxboxWindow; +class BScreen; +namespace FbTk { +class Font; +}; /** Icon object in IconBar */