summaryrefslogtreecommitdiff
path: root/src/Fl_Font.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Font.H')
-rw-r--r--src/Fl_Font.H7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Fl_Font.H b/src/Fl_Font.H
index 3c6ddc8..6eb6743 100644
--- a/src/Fl_Font.H
+++ b/src/Fl_Font.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Font.H 8864 2011-07-19 04:49:30Z greg.ercolano $"
+// "$Id: Fl_Font.H 10248 2014-08-23 08:41:58Z cand $"
//
// Font definitions for the Fast Light Tool Kit (FLTK).
//
@@ -29,7 +29,7 @@
# if USE_XFT
typedef struct _XftFont XftFont;
# elif !defined(WIN32) && !defined(__APPLE__)
-# include <FL/Xutf8.h>
+# include "Xutf8.h"
# endif // USE_XFT
/**
@@ -60,7 +60,6 @@ public:
# endif
ATSUStyle style;
short ascent, descent, q_width;
- char *q_name;
# elif USE_XFT
XftFont* font;
//const char* encoding;
@@ -105,5 +104,5 @@ FL_EXPORT char *fl_find_fontsize(char *name);
#endif
//
-// End of "$Id: Fl_Font.H 8864 2011-07-19 04:49:30Z greg.ercolano $".
+// End of "$Id: Fl_Font.H 10248 2014-08-23 08:41:58Z cand $".
//