aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XmbFontImp.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/XmbFontImp.hh
parent58c7f9f683ba5c08191b56d002588a2dcb54391f (diff)
downloadfluxbox-28ec63785617dac8a6afe5eb6692b80d7fe8b03a.zip
fluxbox-28ec63785617dac8a6afe5eb6692b80d7fe8b03a.tar.bz2
minor comments fixes
Diffstat (limited to 'src/FbTk/XmbFontImp.hh')
-rw-r--r--src/FbTk/XmbFontImp.hh8
1 files changed, 6 insertions, 2 deletions
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 @@
1// XmbFontImp.hh for FbTk fluxbox toolkit 1// XmbFontImp.hh for FbTk fluxbox toolkit
2// Copyright (c) 2002 Henrik Kinnunen (fluxgen at 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: XmbFontImp.hh,v 1.2 2002/12/01 13:42:15 rathnor Exp $ 22// $Id: XmbFontImp.hh,v 1.3 2003/01/05 23:39:50 fluxgen Exp $
23 23
24#ifndef FBTK_XMBFONTIMP_HH 24#ifndef FBTK_XMBFONTIMP_HH
25#define FBTK_XMBFONTIMP_HH 25#define FBTK_XMBFONTIMP_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/// multibyte font implementation for FbTk
30class XmbFontImp:public FbTk::FontImp { 34class XmbFontImp:public FbTk::FontImp {
31public: 35public:
32 XmbFontImp(const char *fontname, bool utf8); 36 XmbFontImp(const char *fontname, bool utf8);