aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XFontImp.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-09-08 18:48:01 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-09-08 18:48:01 (GMT)
commit26c1cd0ceeb289abdf9ddfecdc699a27db8b0339 (patch)
tree8c71509d438106a831526645d418c889d1ce54ad /src/FbTk/XFontImp.hh
parent08bd29d0d83756944b35a312497fbadcde9d74fe (diff)
downloadfluxbox_paul-26c1cd0ceeb289abdf9ddfecdc699a27db8b0339.zip
fluxbox_paul-26c1cd0ceeb289abdf9ddfecdc699a27db8b0339.tar.bz2
code simplification
Diffstat (limited to 'src/FbTk/XFontImp.hh')
-rw-r--r--src/FbTk/XFontImp.hh2
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