aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XmbFontImp.hh
diff options
context:
space:
mode:
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);