aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XFontImp.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-05 23:39:50 (GMT)
committerfluxgen <fluxgen>2003-01-05 23:39:50 (GMT)
commit28ec63785617dac8a6afe5eb6692b80d7fe8b03a (patch)
treea74e60665a84079e24e6924c4cb74adf39d10a77 /src/FbTk/XFontImp.hh
parent58c7f9f683ba5c08191b56d002588a2dcb54391f (diff)
downloadfluxbox_paul-28ec63785617dac8a6afe5eb6692b80d7fe8b03a.zip
fluxbox_paul-28ec63785617dac8a6afe5eb6692b80d7fe8b03a.tar.bz2
minor comments fixes
Diffstat (limited to 'src/FbTk/XFontImp.hh')
-rw-r--r--src/FbTk/XFontImp.hh8
1 files changed, 6 insertions, 2 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 @@
1// XFontImp.hh for FbTk fluxbox toolkit 1// XFontImp.hh for FbTk fluxbox toolkit
2// Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org) 2// Copyright (c) 2002-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"),
@@ -19,14 +19,18 @@
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: XFontImp.hh,v 1.3 2002/12/09 22:10:01 fluxgen Exp $ 22// $Id: XFontImp.hh,v 1.4 2003/01/05 23:39:50 fluxgen Exp $
23 23
24#ifndef FBTK_XFONTIMP_HH 24#ifndef FBTK_XFONTIMP_HH
25#define FBTK_XFONTIMP_HH 25#define FBTK_XFONTIMP_HH
26 26
27#include "FontImp.hh" 27#include "FontImp.hh"
28
29#include <X11/Xlib.h>
30
28namespace FbTk { 31namespace FbTk {
29 32
33/// regular X font implementation for FbTk
30class XFontImp:public FbTk::FontImp { 34class XFontImp:public FbTk::FontImp {
31public: 35public:
32 explicit XFontImp(const char *filename = 0); 36 explicit XFontImp(const char *filename = 0);