From c6f228f3ff9ab7087669366a23d2ae61d8e5b9b9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 3 Dec 2002 08:54:51 +0000 Subject: xft2 works. and works good. --- otk/label.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'otk/label.hh') diff --git a/otk/label.hh b/otk/label.hh index 7cfa23bf..c959a2fa 100644 --- a/otk/label.hh +++ b/otk/label.hh @@ -2,6 +2,7 @@ #define __label_hh #include "widget.hh" +#include "font.hh" namespace otk { @@ -18,7 +19,9 @@ public: void update(void); private: - + //! Object used by Xft to render to the drawable + XftDraw *_xftdraw; + //! Text displayed in the label std::string _text; }; -- cgit v1.2.3