diff options
Diffstat (limited to 'src/FbTk/XFontImp.hh')
-rw-r--r-- | src/FbTk/XFontImp.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/XFontImp.hh b/src/FbTk/XFontImp.hh index ccebbb7..600bb68 100644 --- a/src/FbTk/XFontImp.hh +++ b/src/FbTk/XFontImp.hh | |||
@@ -72,7 +72,7 @@ private: | |||
72 | void rotate(FbTk::Orientation orient); | 72 | void rotate(FbTk::Orientation orient); |
73 | 73 | ||
74 | void freeRotFont(XRotFontStruct * rotfont); | 74 | void freeRotFont(XRotFontStruct * rotfont); |
75 | void drawRotText(Drawable w, int screen, GC gc, const FbString &text, size_t len, int x, int y, FbTk::Orientation orient) const; | 75 | void drawRotText(Drawable w, int screen, GC gc, const char* text, size_t len, int x, int y, FbTk::Orientation orient) const; |
76 | 76 | ||
77 | XRotFontStruct *m_rotfonts[4]; ///< rotated font structure (only 3 used) | 77 | XRotFontStruct *m_rotfonts[4]; ///< rotated font structure (only 3 used) |
78 | bool m_rotfonts_loaded[4]; // whether we've tried yet | 78 | bool m_rotfonts_loaded[4]; // whether we've tried yet |