minor update

This commit is contained in:
fluxgen 2003-04-09 12:59:57 +00:00
parent 3b9b77d6c7
commit cb4d16f2d0

View file

@ -1,5 +1,5 @@
// IconBar.hh for Fluxbox Window Manager // 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 // Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"), // copy of this software and associated documentation files (the "Software"),
@ -19,15 +19,20 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // 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 #ifndef ICONBAR_HH
#define 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 Icon object in IconBar
*/ */