aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XftFontImp.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/XftFontImp.hh
parent58c7f9f683ba5c08191b56d002588a2dcb54391f (diff)
downloadfluxbox-28ec63785617dac8a6afe5eb6692b80d7fe8b03a.zip
fluxbox-28ec63785617dac8a6afe5eb6692b80d7fe8b03a.tar.bz2
minor comments fixes
Diffstat (limited to 'src/FbTk/XftFontImp.hh')
-rw-r--r--src/FbTk/XftFontImp.hh13
1 files changed, 8 insertions, 5 deletions
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 @@
1// XftFontImp.hh Xft font implementation for FbTk 1// XftFontImp.hh Xft font implementation for FbTk
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,15 +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: XftFontImp.hh,v 1.2 2002/12/01 13:42:15 rathnor Exp $ 22//$Id: XftFontImp.hh,v 1.3 2003/01/05 23:39:49 fluxgen Exp $
23 23
24#ifndef XFTFONTIMP_HH 24#ifndef FBTK_XFTFONTIMP_HH
25#define XFTFONTIMP_HH 25#define FBTK_XFTFONTIMP_HH
26 26
27#include "FontImp.hh" 27#include "FontImp.hh"
28
28#include <X11/Xft/Xft.h> 29#include <X11/Xft/Xft.h>
30
29namespace FbTk { 31namespace FbTk {
30 32
33/// Handles Xft font drawing
31class XftFontImp:public FbTk::FontImp { 34class XftFontImp:public FbTk::FontImp {
32public: 35public:
33 XftFontImp(const char *fontname, bool utf8); 36 XftFontImp(const char *fontname, bool utf8);
@@ -46,4 +49,4 @@ private:
46 49
47}; // end namespace FbTk 50}; // end namespace FbTk
48 51
49#endif // XFTFONTIMP_HH 52#endif // FBTK_XFTFONTIMP_HH