minor update
This commit is contained in:
parent
3b9b77d6c7
commit
cb4d16f2d0
1 changed files with 10 additions and 5 deletions
|
@ -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 <X11/Xlib.h>
|
||||
#include <list>
|
||||
|
||||
class FluxboxWindow;
|
||||
class BScreen;
|
||||
|
||||
namespace FbTk {
|
||||
class Font;
|
||||
};
|
||||
/**
|
||||
Icon object in IconBar
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue