aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-09 12:59:57 (GMT)
committerfluxgen <fluxgen>2003-04-09 12:59:57 (GMT)
commitcb4d16f2d086184d79c8b4325872ade8fde6f1f0 (patch)
tree76a825d0f94f49a9057b6e828867b6967f132a97
parent3b9b77d6c7a23b1ad4ea764a9ab6ed5f5ca5aa31 (diff)
downloadfluxbox-cb4d16f2d086184d79c8b4325872ade8fde6f1f0.zip
fluxbox-cb4d16f2d086184d79c8b4325872ade8fde6f1f0.tar.bz2
minor update
-rw-r--r--src/IconBar.hh15
1 files 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 @@
1// IconBar.hh for Fluxbox Window Manager 1// IconBar.hh for Fluxbox Window Manager
2// Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) 2// Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net)
3// 3//
4// Permission is hereby granted, free of charge, to any person obtaining a 4// Permission is hereby granted, free of charge, to any person obtaining a
5// copy of this software and associated documentation files (the "Software"), 5// copy of this software and associated documentation files (the "Software"),
@@ -13,21 +13,26 @@
13// 13//
14// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 16// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 18// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: IconBar.hh,v 1.11 2003/03/03 21:51:03 rathnor Exp $ 22// $Id: IconBar.hh,v 1.12 2003/04/09 12:59:57 fluxgen Exp $
23 23
24#ifndef ICONBAR_HH 24#ifndef ICONBAR_HH
25#define ICONBAR_HH 25#define ICONBAR_HH
26 26
27#include "Window.hh" 27#include <X11/Xlib.h>
28
29#include <list> 28#include <list>
30 29
30class FluxboxWindow;
31class BScreen;
32
33namespace FbTk {
34class Font;
35};
31/** 36/**
32 Icon object in IconBar 37 Icon object in IconBar
33*/ 38*/