From 28ec63785617dac8a6afe5eb6692b80d7fe8b03a Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sun, 5 Jan 2003 23:39:50 +0000
Subject: minor comments fixes

---
 src/FbTk/XFontImp.hh   |  8 ++++++--
 src/FbTk/XftFontImp.hh | 13 ++++++++-----
 src/FbTk/XmbFontImp.hh |  8 ++++++--
 3 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/src/FbTk/XFontImp.hh b/src/FbTk/XFontImp.hh
index 0a9b49a..c297615 100644
--- a/src/FbTk/XFontImp.hh
+++ b/src/FbTk/XFontImp.hh
@@ -1,5 +1,5 @@
 // XFontImp.hh for FbTk fluxbox toolkit
-// Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org)
+// Copyright (c) 2002-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"),
@@ -19,14 +19,18 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: XFontImp.hh,v 1.3 2002/12/09 22:10:01 fluxgen Exp $
+// $Id: XFontImp.hh,v 1.4 2003/01/05 23:39:50 fluxgen Exp $
 
 #ifndef FBTK_XFONTIMP_HH
 #define FBTK_XFONTIMP_HH
 
 #include "FontImp.hh"
+
+#include <X11/Xlib.h>
+
 namespace FbTk {
 
+/// regular X font implementation for FbTk
 class XFontImp:public FbTk::FontImp {
 public:
     explicit XFontImp(const char *filename = 0);
diff --git a/src/FbTk/XftFontImp.hh b/src/FbTk/XftFontImp.hh
index cad25d5..ee13fe1 100644
--- a/src/FbTk/XftFontImp.hh
+++ b/src/FbTk/XftFontImp.hh
@@ -1,5 +1,5 @@
 // XftFontImp.hh  Xft font implementation for FbTk
-// Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org)
+// Copyright (c) 2002-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"),
@@ -19,15 +19,18 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-//$Id: XftFontImp.hh,v 1.2 2002/12/01 13:42:15 rathnor Exp $
+//$Id: XftFontImp.hh,v 1.3 2003/01/05 23:39:49 fluxgen Exp $
 
-#ifndef XFTFONTIMP_HH
-#define XFTFONTIMP_HH
+#ifndef FBTK_XFTFONTIMP_HH
+#define FBTK_XFTFONTIMP_HH
 
 #include "FontImp.hh"
+
 #include <X11/Xft/Xft.h>
+
 namespace FbTk {
 
+/// Handles Xft font drawing
 class XftFontImp:public FbTk::FontImp {
 public:
     XftFontImp(const char *fontname, bool utf8);
@@ -46,4 +49,4 @@ private:
 
 }; // end namespace FbTk
 
-#endif // XFTFONTIMP_HH
+#endif // FBTK_XFTFONTIMP_HH
diff --git a/src/FbTk/XmbFontImp.hh b/src/FbTk/XmbFontImp.hh
index 4372585..9f58385 100644
--- a/src/FbTk/XmbFontImp.hh
+++ b/src/FbTk/XmbFontImp.hh
@@ -1,5 +1,5 @@
 // XmbFontImp.hh for FbTk fluxbox toolkit
-// Copyright (c) 2002 Henrik Kinnunen (fluxgen at linuxmail.org)
+// Copyright (c) 2002-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"),
@@ -19,14 +19,18 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: XmbFontImp.hh,v 1.2 2002/12/01 13:42:15 rathnor Exp $
+// $Id: XmbFontImp.hh,v 1.3 2003/01/05 23:39:50 fluxgen Exp $
 
 #ifndef FBTK_XMBFONTIMP_HH
 #define FBTK_XMBFONTIMP_HH
 
 #include "FontImp.hh"
+
+#include <X11/Xlib.h>
+
 namespace FbTk {
 
+/// multibyte font implementation for FbTk
 class XmbFontImp:public FbTk::FontImp {
 public:
     XmbFontImp(const char *fontname, bool utf8);
-- 
cgit v0.11.2