diff options
Diffstat (limited to 'otk/label.hh')
| -rw-r--r-- | otk/label.hh | 5 |
1 files changed, 4 insertions, 1 deletions
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; }; |
