diff options
author | corvid <corvid@lavabit.com> | 2011-01-13 23:14:45 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-13 23:14:45 +0000 |
commit | fafc801f58b89f43ecc6d04f9c941182e2a346e2 (patch) | |
tree | 032c9bb566cb15b7dc5b083cd5e2cfa8e664dfe3 /dw/fltkplatform.hh | |
parent | 41356fc1e57fb55c3b8a254db8100ee8a8a5740a (diff) |
commenting-out in fltkplatform
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index f4c67b9b..f681f91a 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -5,8 +5,6 @@ # error Do not include this file directly, use "fltkcore.hh" instead. #endif -#include <fltk/Font.h> - namespace dw { /** @@ -23,7 +21,7 @@ class FltkFont: public core::style::Font ~FltkFont (); public: - ::fltk::Font *font; + Fl_Font font; static FltkFont *create (core::style::FontAttrs *attrs); }; |